Unorphans the blackbox
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
|
||||
if(user)
|
||||
user.update_inv_hands()
|
||||
feedback_add_details("gun_fired","[src.type]")
|
||||
SSblackbox.add_details("gun_fired","[src.type]")
|
||||
return 1
|
||||
|
||||
/obj/item/weapon/gun/attack(mob/M as mob, mob/user)
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
current_beam = new(user,current_target,time=6000,beam_icon_state="medbeam",btype=/obj/effect/ebeam/medical)
|
||||
INVOKE_ASYNC(current_beam, /datum/beam.proc/Start)
|
||||
|
||||
feedback_add_details("gun_fired","[src.type]")
|
||||
SSblackbox.add_details("gun_fired","[src.type]")
|
||||
|
||||
/obj/item/weapon/gun/medbeam/process()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user