Skip to content

Commit

Permalink
why the fuck did a change from another branch make it through here
Browse files Browse the repository at this point in the history
  • Loading branch information
zimon9 committed Sep 26, 2024
1 parent 49a2acf commit f4c5e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/extinguisher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var/chem = /datum/reagent/water
var/safety = TRUE
var/refilling = FALSE
var/tanktype = /obj/structure/ //A simple tanktype change won't do it
var/tanktype = /obj/structure/reagent_dispensers/watertank
var/sprite_name = "fire_extinguisher"
var/power = 5 //Maximum distance launched water will travel
var/precision = FALSE //By default, turfs picked from a spray are random, set to 1 to make it always have at least one water effect per row
Expand Down

0 comments on commit f4c5e37

Please sign in to comment.