Blast Doors can't be Emagged

This commit is contained in:
Anewbe
2018-04-06 22:39:08 -05:00
parent 4ef644ffb8
commit 147cef7ff7
+7
View File
@@ -7,6 +7,9 @@
// as they lack any ID scanning system, they just handle remote control signals. Subtypes have
// different icons, which are defined by set of variables. Subtypes are on bottom of this file.
// UPDATE 06.04.2018
// The emag thing wasn't working as intended, manually overwrote it.
/obj/machinery/door/blast
name = "Blast Door"
desc = "That looks like it doesn't open easily."
@@ -56,6 +59,10 @@
radiation_repository.resistance_cache.Remove(get_turf(src))
return
// Has to be in here, comment at the top is older than the emag_act code on doors proper
/obj/machinery/door/blast/emag_act()
return -1
// Proc: force_open()
// Parameters: None
// Description: Opens the door. No checks are done inside this proc.