mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -375,7 +375,7 @@
|
||||
else if(P.name != "paper" && P.name != "photo")
|
||||
B.name = P.name
|
||||
user.unEquip(P)
|
||||
if(istype(user, /mob/living/carbon/human))
|
||||
if(ishuman(user))
|
||||
var/mob/living/carbon/human/h_user = user
|
||||
if(h_user.r_hand == src)
|
||||
h_user.unEquip(src)
|
||||
@@ -742,7 +742,7 @@
|
||||
to_chat(target,"<span class='userdanger'>Life seems funnier, somehow.</span>")
|
||||
organ.insert(target)
|
||||
else if(myeffect == "Cluwne")
|
||||
if(istype(target, /mob/living/carbon/human))
|
||||
if(ishuman(target))
|
||||
var/mob/living/carbon/human/H = target
|
||||
to_chat(H, "<span class='userdanger'>You feel surrounded by sadness. Sadness... and HONKS!</span>")
|
||||
H.makeCluwne()
|
||||
|
||||
Reference in New Issue
Block a user