ugh, make rcds that are able to remove r-wall be able to remvoe r-doors too.

THERE I DID GRAY YOU CAN NOW SHUT UP!!
This commit is contained in:
r4d6
2020-01-03 16:26:53 -05:00
parent 221cb980d6
commit 62ea644dd0
+1 -1
View File
@@ -1408,7 +1408,7 @@
/obj/machinery/door/airlock/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd)
switch(the_rcd.mode)
if(RCD_DECONSTRUCT)
if(security_level != AIRLOCK_SECURITY_NONE)
if(security_level != AIRLOCK_SECURITY_NONE && the_rcd.canRturf != TRUE)
to_chat(user, "<span class='notice'>[src]'s reinforcement needs to be removed first.</span>")
return FALSE
return list("mode" = RCD_DECONSTRUCT, "delay" = 50, "cost" = 32)