Fix targets

This commit is contained in:
Markolie
2015-08-17 20:03:57 +02:00
parent 417c7ced5f
commit dc76ff1ae5
@@ -697,8 +697,8 @@
if(isanimal(usr))
return //animals cannot strip people
if(target.frozen)
source << "\red Do not attempt to strip frozen people."
if(frozen)
usr << "\red Do not attempt to strip frozen people."
return
var/pocket_side = href_list["pockets"]
var/pocket_id = (pocket_side == "right" ? slot_r_store : slot_l_store)
@@ -736,8 +736,8 @@
if(isanimal(usr))
return //animals cannot strip people
if(target.frozen)
source << "\red Do not attempt to strip frozen people."
if(frozen)
usr << "\red Do not attempt to strip frozen people."
return
var/itemTarget = href_list["item"]
if(itemTarget == "id")