mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-07 07:53:15 +00:00
Y2K update:
- New "empulse" proc. Works similarly to "explode" proc. It triggers the "emp_act" proc on everything within range. emp_act are effects similar or identical to the effects of the emp grenade. Any major changes to emp effects listed below. Note: EMPs now affect items in your backpack. - New admin right-click command: EM Pulse. You can create an empulse at the desired location with a size you choose. Similar to Explosion command. - disable device spell, emp grenade, and disable tech rune all use empulse now. - New "disable device" spell datum added. - EMP'ed gas canisters no longer drain the station of power. - When a borg is EMP'ed, all objects in their module get their emp_act proc triggered. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1018 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
src.verbs += /client/proc/cmd_admin_gib
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
src.verbs += /client/proc/cmd_admin_explosion
|
||||
src.verbs += /client/proc/cmd_admin_emp
|
||||
src.verbs += /client/proc/cmd_admin_delete
|
||||
src.verbs += /client/proc/cmd_admin_drop_everything
|
||||
src.verbs += /client/proc/cmd_admin_prison
|
||||
@@ -257,6 +258,7 @@
|
||||
src.verbs += /client/proc/cmd_admin_gib
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
src.verbs += /client/proc/cmd_admin_explosion
|
||||
src.verbs += /client/proc/cmd_admin_emp
|
||||
src.verbs += /client/proc/cmd_admin_delete
|
||||
src.verbs += /client/proc/cmd_admin_drop_everything
|
||||
src.verbs += /client/proc/cmd_admin_prison
|
||||
@@ -382,6 +384,7 @@
|
||||
src.verbs += /client/proc/cmd_admin_gib
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
//src.verbs += /client/proc/cmd_admin_explosion
|
||||
//src.verbs += /client/proc/cmd_admin_emp
|
||||
src.verbs += /client/proc/cmd_admin_delete
|
||||
src.verbs += /client/proc/cmd_admin_drop_everything
|
||||
src.verbs += /client/proc/cmd_admin_prison
|
||||
@@ -535,6 +538,7 @@
|
||||
//src.verbs += /client/proc/cmd_admin_gib
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
//src.verbs += /client/proc/cmd_admin_explosion
|
||||
//src.verbs += /client/proc/cmd_admin_emp
|
||||
//src.verbs += /client/proc/cmd_admin_delete
|
||||
//src.verbs += /client/proc/cmd_admin_drop_everything
|
||||
src.verbs += /client/proc/cmd_admin_prison
|
||||
@@ -678,6 +682,7 @@
|
||||
//src.verbs += /client/proc/cmd_admin_gib
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
//src.verbs += /client/proc/cmd_admin_explosion
|
||||
//src.verbs += /client/proc/cmd_admin_emp
|
||||
//src.verbs += /client/proc/cmd_admin_delete
|
||||
//src.verbs += /client/proc/cmd_admin_drop_everything
|
||||
src.verbs += /client/proc/cmd_admin_prison
|
||||
@@ -816,6 +821,7 @@
|
||||
//src.verbs += /client/proc/cmd_admin_gib
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
//src.verbs += /client/proc/cmd_admin_explosion
|
||||
//src.verbs += /client/proc/cmd_admin_emp
|
||||
//src.verbs += /client/proc/cmd_admin_delete
|
||||
//src.verbs += /client/proc/cmd_admin_drop_everything
|
||||
src.verbs += /client/proc/cmd_admin_prison
|
||||
@@ -938,6 +944,7 @@
|
||||
//src.verbs += /client/proc/cmd_admin_gib
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
//src.verbs += /client/proc/cmd_admin_explosion
|
||||
//src.verbs += /client/proc/cmd_admin_emp
|
||||
//src.verbs += /client/proc/cmd_admin_delete
|
||||
//src.verbs += /client/proc/cmd_admin_drop_everything
|
||||
src.verbs += /client/proc/cmd_admin_prison
|
||||
@@ -1093,6 +1100,7 @@
|
||||
src.verbs -= /client/proc/cmd_admin_gib
|
||||
src.verbs -= /client/proc/cmd_admin_gib_self
|
||||
src.verbs -= /client/proc/cmd_admin_explosion
|
||||
src.verbs -= /client/proc/cmd_admin_emp
|
||||
src.verbs -= /client/proc/cmd_admin_delete
|
||||
src.verbs -= /client/proc/cmd_admin_drop_everything
|
||||
src.verbs -= /client/proc/cmd_admin_prison
|
||||
|
||||
Reference in New Issue
Block a user