mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Second commit for nations, respawning is in, splitting in teams is in. Time to get to work on the actual capture mechanics.
This commit is contained in:
@@ -148,6 +148,10 @@ 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(ticker && ticker.mode.name == "nations")
|
||||
usr << "\blue Ghosting is disabled."
|
||||
return
|
||||
|
||||
var/mob/M = src
|
||||
|
||||
if(stat == DEAD)
|
||||
|
||||
Reference in New Issue
Block a user