Prevent protean repairs using fire and cables

Doesn't make much sense
This commit is contained in:
Aronai Sieyes
2020-04-27 11:18:03 -04:00
parent 3f6ce31f9a
commit 57f28af1fd
2 changed files with 10 additions and 0 deletions

View File

@@ -556,6 +556,11 @@ obj/structure/cable/proc/cableColor(var/colorC)
if(!S || S.robotic < ORGAN_ROBOT || S.open == 3)
return ..()
//VOREStation Add - No welding nanoform limbs
if(S.robotic > ORGAN_LIFELIKE)
return ..()
//VOREStation Add End
if(S.organ_tag == BP_HEAD)
if(H.head && istype(H.head,/obj/item/clothing/head/helmet/space))
to_chat(user, "<span class='warning'>You can't apply [src] through [H.head]!</span>")