The Great Fire Extinguisher Refactor (#28005)

* Creation (suffering), success

* AGHHHH! SPACES!

* Update watertank.dm

* comment update

* Apply suggestions from code review

Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

---------

Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
CRUNCH
2025-02-09 18:13:20 +00:00
committed by GitHub
co-authored by Charlie Nolan
parent 2ca7c0fd7e
commit d9e6e40ed0
4 changed files with 155 additions and 177 deletions
@@ -120,7 +120,7 @@
/mob/living/simple_animal/pet/dog/corgi/UnarmedAttack(atom/A)
if(istype(inventory_back, /obj/item/extinguisher))
var/obj/item/extinguisher/E = inventory_back
if(E.AttemptRefill(A, src))
if(E.attempt_refill(A, src))
return
return ..()