Unorphans the blackbox

This commit is contained in:
CitadelStationBot
2017-04-26 17:05:23 -05:00
parent e7df2bc14a
commit bde5d6253a
116 changed files with 1980 additions and 322 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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()