Custom Item Defines Part 1

This commit is contained in:
SoundScopes
2015-04-01 01:47:02 +01:00
parent 45274d0e43
commit 23243bf0de
3 changed files with 52 additions and 5 deletions
@@ -168,6 +168,11 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
set name = "Ghost"
set desc = "Relinquish your life and enter the land of the dead."
if(mind.special_role && mind.special_role == "Duty Officer")
src << "\red You are a Duty officer, please use return to mob"
src << "It will handle cleaning up and if you are dead"
return
if(stat == DEAD)
ghostize(1)
else