One step towards plasma changes (though I might not complete them), and drone control is released when the user logs out.

This commit is contained in:
shadowlord13
2008-06-22 01:15:25 +00:00
parent b28076295e
commit 42710e6d6d
6 changed files with 47 additions and 10 deletions
+6 -1
View File
@@ -1275,6 +1275,7 @@
H.memory += text("<B>Secret Base Nuke Code</B>: []<BR>", nuke_code)
//Foreach goto(312)
sleep(50)
plmaster = new /obj/overlay( )
plmaster.icon = 'plasma.dmi'
plmaster.icon_state = "onturf"
@@ -1282,7 +1283,11 @@
slmaster = new /obj/overlay( )
slmaster.icon = 'plasma.dmi'
slmaster.icon_state = "sl_gas"
slmaster.layer = FLY_LAYER
slmaster.layer = FLY_LAYER
liquidplmaster = new /obj/overlay( )
liquidplmaster.icon = 'plasma.dmi'
liquidplmaster.icon_state = "liquid"
liquidplmaster.layer = FLY_LAYER
cellcontrol = new /datum/control/cellular( )
spawn( 0 )
cellcontrol.process()