mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-2025-11-12
This commit is contained in:
@@ -145,17 +145,16 @@
|
||||
return ..()
|
||||
|
||||
|
||||
/obj/machinery/quantum_server/attackby(obj/item/weapon, mob/user, list/modifiers, list/attack_modifiers)
|
||||
. = ..()
|
||||
|
||||
if(!istype(weapon, /obj/item/bitrunning_debug))
|
||||
return
|
||||
/obj/machinery/quantum_server/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
|
||||
if(!istype(tool, /obj/item/bitrunning_debug))
|
||||
return NONE
|
||||
|
||||
balloon_alert(user, "*hacker voice* i'm in")
|
||||
obj_flags |= EMAGGED
|
||||
glitch_chance = 0.5
|
||||
capacitor_coefficient = 0.1
|
||||
points = 100
|
||||
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
|
||||
/obj/machinery/quantum_server/crowbar_act(mob/living/user, obj/item/crowbar)
|
||||
. = NONE
|
||||
|
||||
Reference in New Issue
Block a user