mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Nails the Parentheses back on.
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
to_chat(user, "<span class='warning'>Something is in the way! You can't attach [E] here!</span>")
|
||||
return 0
|
||||
if(!P)
|
||||
to_chat(user, "<span class='warning'>There's nothing to attach [E] to!</span>"
|
||||
to_chat(user, "<span class='warning'>There's nothing to attach [E] to!</span>")
|
||||
return 0
|
||||
else if((P.robotic >= ORGAN_ROBOT) && (E.robotic < ORGAN_ROBOT))
|
||||
to_chat(user, "<span class='warning'>Attaching [E] to [P] wouldn't work well.</span>"
|
||||
to_chat(user, "<span class='warning'>Attaching [E] to [P] wouldn't work well.</span>")
|
||||
return 0
|
||||
else if(istype(E, /obj/item/organ/external/head) && E.robotic >= ORGAN_ROBOT && P.robotic < ORGAN_ROBOT)
|
||||
to_chat(user, "<span class='warning'>Attaching [E] to [P] might break [E].</span>")
|
||||
|
||||
Reference in New Issue
Block a user