mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
send
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
typepath = /datum/round_event/wizard/ghost
|
||||
max_occurrences = 1
|
||||
earliest_start = 0 MINUTES
|
||||
description = "Ghosts become visible."
|
||||
|
||||
/datum/round_event/wizard/ghost/start()
|
||||
var/msg = "<span class='warning'>You suddenly feel extremely obvious...</span>"
|
||||
@@ -18,6 +19,7 @@
|
||||
typepath = /datum/round_event/wizard/possession
|
||||
max_occurrences = 5
|
||||
earliest_start = 0 MINUTES
|
||||
description = "Ghosts become visible and gain the power of possession."
|
||||
|
||||
/datum/round_event/wizard/possession/start()
|
||||
for(var/mob/dead/observer/G in GLOB.player_list)
|
||||
|
||||
Reference in New Issue
Block a user