mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Merge remote-tracking branch 'upstream/dev' into 150605-Meteors
Conflicts: code/game/gamemodes/meteor/meteors.dm
This commit is contained in:
@@ -11,16 +11,6 @@
|
||||
invisibility = 101
|
||||
|
||||
switch(name) //some of these are probably obsolete
|
||||
if("shuttle")
|
||||
shuttle_z = z
|
||||
qdel(src)
|
||||
return
|
||||
if("airtunnel_stop")
|
||||
airtunnel_stop = x
|
||||
if("airtunnel_start")
|
||||
airtunnel_start = x
|
||||
if("airtunnel_bottom")
|
||||
airtunnel_bottom = y
|
||||
if("monkey")
|
||||
monkeystart += loc
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user