mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Removed the nuke code. You cannot nuke the station anymore.
Added a Jump to Node power. Cleaned up the code. Changed some more values. Added a blob_act() to camera. Removed most "if(gamemode == "blob") checks to stop people from using it to metagame. Removed cells exploding when being blob_act()'d
This commit is contained in:
@@ -231,9 +231,6 @@
|
||||
else if(href_list["call_shuttle"])
|
||||
if(!check_rights(R_ADMIN)) return
|
||||
|
||||
if( ticker.mode.name == "blob" )
|
||||
alert("You can't call the shuttle during blob!")
|
||||
return
|
||||
|
||||
switch(href_list["call_shuttle"])
|
||||
if("1")
|
||||
|
||||
Reference in New Issue
Block a user