Fucking icons

This commit is contained in:
Artur
2020-04-14 09:42:11 +03:00
parent 356f2913d7
commit fb7dc7a54c
2 changed files with 2 additions and 3 deletions

View File

@@ -142,10 +142,10 @@
if(!QDELETED(clonemind.current))
if(clonemind.current.stat != DEAD) //mind is associated with a non-dead body
return FALSE
if(AmBloodsucker(clonemind.current)) //If the mind is a bloodsucker
return FALSE
if(clonemind.current.suiciding) // Mind is associated with a body that is suiciding.
return FALSE
if(AmBloodsucker(clonemind.current)) //If the mind is a bloodsucker
return FALSE
if(clonemind.active) //somebody is using that mind
if( ckey(clonemind.key)!=ckey )
return FALSE

View File

@@ -26,5 +26,4 @@
desc = "A clove of garlic on a cable, tied to itself in a circle, just might fit around your neck. For <strike>loonies<strike> people who fear getting their blood sucked."
icon_state = "garlic_necklace"
item_state = "garlic_necklace"
alternate_worn_icon = 'icons/mob/neck.dmi'