mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user