mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user