More firestacks tweaks (#16927)

* more firestacks tweaks

* Update shower.dm

Co-authored-by: Manatee <74586965+MajManatee@users.noreply.github.com>
This commit is contained in:
Molti
2022-12-05 00:16:06 -06:00
committed by GitHub
parent a47d7b830a
commit 2189f87763
7 changed files with 10 additions and 10 deletions

View File

@@ -137,7 +137,7 @@
empulse(host_mob, 1, 2)
/datum/nanite_program/pyro/active_effect()
host_mob.fire_stacks += 1
host_mob.adjust_fire_stacks(1)
host_mob.IgniteMob()
/datum/nanite_program/pyro
@@ -153,7 +153,7 @@
return ..()
/datum/nanite_program/pyro/active_effect()
host_mob.fire_stacks += 1
host_mob.adjust_fire_stacks(1)
host_mob.IgniteMob()
/datum/nanite_program/cryo