mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 11:41:14 +00:00
20 lines
216 B
Plaintext
20 lines
216 B
Plaintext
/datum/event
|
|
|
|
var/Lifetime = 0
|
|
var/ActiveFor = 0
|
|
|
|
New()
|
|
..()
|
|
if(!Lifetime)
|
|
Lifetime = rand(30, 120)
|
|
|
|
proc
|
|
Announce()
|
|
|
|
Tick()
|
|
|
|
Die()
|
|
|
|
LongTerm()
|
|
LongTermEvent = ActiveEvent
|
|
ActiveEvent = null |