mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-06-17 20:12:29 +01:00
0fa8609786
so I figured a CTF folder would be good for containing it. Perhaps we could do Mode-Specific\CTF ? Portal seems more like an Effect, so it went in Effects.
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
/obj/barrier
|
|
anchored = 1.0
|
|
density = 1
|
|
icon = 'stationobjs.dmi'
|
|
icon_state = "barrier"
|
|
name = "barrier"
|
|
opacity = 1
|
|
|
|
New()
|
|
var/t = 1800
|
|
if (ctf)
|
|
t = round(ctf.barriertime * 600)
|
|
spawn(t) del(src)
|