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:
Giacomand
2013-07-10 01:49:06 +01:00
parent dec20a7c8a
commit 33e8976274
9 changed files with 46 additions and 55 deletions
-3
View File
@@ -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")