mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +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:
@@ -34,10 +34,6 @@ AI MODULES
|
||||
usr << "You haven't selected an AI to transmit laws to!"
|
||||
return
|
||||
|
||||
if(ticker && ticker.mode && ticker.mode.name == "blob")
|
||||
usr << "Law uploads have been disabled by NanoTrasen!"
|
||||
return
|
||||
|
||||
if (comp.current.stat == 2 || comp.current.control_disabled == 1)
|
||||
usr << "Upload failed. No signal is being detected from the AI."
|
||||
else if (comp.current.see_in_dark == 0)
|
||||
|
||||
Reference in New Issue
Block a user