mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
New admin feature: under the "Game Panel" verb, if the current mode is secret (or if you change it to secret) a new selection will appear underneath the Change Gamemode selection that allows you to "force" secret to be a certain game mode. This is mostly for adminfuckery where they make it wizard every single time for 10 rounds and the game mode is still secret.
Removed an unneeded metroid variable. Added some more arcade names. Fixed the grammars. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2182 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -63,11 +63,11 @@
|
||||
effects["stun"] = 10
|
||||
|
||||
suffocationbullet
|
||||
damage = 65
|
||||
damage = 50
|
||||
mobdamage = list(BRUTE = 50, BURN = 0, TOX = 0, OXY = 15, CLONE = 0)
|
||||
|
||||
cyanideround
|
||||
damage = 100
|
||||
damage = 50
|
||||
mobdamage = list(BRUTE = 50, BURN = 0, TOX = 100, OXY = 15, CLONE = 0)
|
||||
|
||||
burstbullet
|
||||
|
||||
Reference in New Issue
Block a user