mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
fixes deathripley issue (#35855)
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
step_energy_drain = 0
|
||||
paintable = 0
|
||||
|
||||
/obj/mecha/working/ripley/deathripley/New()
|
||||
/obj/mecha/working/ripley/mk2/firefighter/deathripley/New()
|
||||
..()
|
||||
new /obj/item/mecha_parts/mecha_equipment/tool/safety_clamp(src)
|
||||
return
|
||||
@@ -150,4 +150,4 @@
|
||||
return
|
||||
var/pressure = environment.return_pressure()
|
||||
if(pressure <= 20)
|
||||
. = TRUE
|
||||
. = TRUE
|
||||
|
||||
Reference in New Issue
Block a user