mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 05:36:19 +01:00
Custom Item Defines Part 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user