mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 21:16:39 +01:00
Random button added to traitor uplinks.
- All traitor items are available in the random button so long as you have the crystals to purchase it. - This means it's possible (though very unlikely) to get 5 sets of revolver ammo. - It's RANDOM, don't expect great stuff every time. Made startSinglo() a game-master only verb in the debug tab. - It is incredibly useful and time saving when testing stuff out before committing. Added borgs, AIs and dead players to the list of protected paths in the delete all verb. - Unless someone can give me a valid reason as to why an admin would delete all ghosts. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3595 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -273,8 +273,9 @@
|
||||
verbs += /client/proc/everyone_random
|
||||
verbs += /client/proc/only_one
|
||||
verbs += /client/proc/deadmin_self
|
||||
verbs += /client/proc/giveruntimelog //used by coders to retrieve runtime logs
|
||||
verbs += /client/proc/giveruntimelog //used by coders to retrieve runtime logs
|
||||
verbs += /client/proc/cinematic //show a cinematic sequence
|
||||
verbs += /client/proc/startSinglo //Used to prevent the station from losing power while testing stuff out.
|
||||
else return
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user