mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
[MIRROR] Adds an extra malf AI ability: Remote emagging. Also tidies up emag code and coverts a lot of things to balloon alerts [MDB IGNORE] (#22469)
* Adds an extra malf AI ability: Remote emagging. Also tidies up emag code and coverts a lot of things to balloon alerts * Update communications.dm * Modular override * Some modular adjustments, removes 'emagged' vars in favor of obj_flags * whoops, mobs don't have obj_flags. --------- Co-authored-by: nikothedude <59709059+nikothedude@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
co-authored by
nikothedude
Giz
parent
986585d0de
commit
e264ee3644
@@ -627,11 +627,13 @@
|
||||
to_chat(user, span_notice("[src] must be open to move it."))
|
||||
return
|
||||
|
||||
/obj/structure/displaycase/forsale/emag_act(mob/user)
|
||||
/obj/structure/displaycase/forsale/emag_act(mob/user, obj/item/card/emag/emag_card)
|
||||
. = ..()
|
||||
payments_acc = null
|
||||
req_access = list()
|
||||
to_chat(user, span_warning("[src]'s card reader fizzles and smokes, and the account owner is reset."))
|
||||
balloon_alert(user, "account owner reset")
|
||||
to_chat(user, span_warning("[src]'s card reader fizzles and smokes."))
|
||||
return TRUE
|
||||
|
||||
/obj/structure/displaycase/forsale/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user