mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-08-23 12:46:22 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user