Taser rework - Gives electrodes a debilitating status effect, makes disabler the default taser mode, and more

This commit is contained in:
deathride58
2019-10-15 03:48:44 -04:00
parent 6245d5df30
commit 50c27df28f
14 changed files with 81 additions and 16 deletions
@@ -11,6 +11,7 @@
var/on_remove_on_mob_delete = FALSE //if we call on_remove() when the mob is deleted
var/examine_text //If defined, this text will appear when the mob is examined - to use he, she etc. use "SUBJECTPRONOUN" and replace it in the examines themselves
var/alert_type = /obj/screen/alert/status_effect //the alert thrown by the status effect, contains name and description
var/blocks_combatmode //Does this status effect prevent the user from toggling combat mode?
var/obj/screen/alert/status_effect/linked_alert = null //the alert itself, if it exists
/datum/status_effect/New(list/arguments)