mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Adds logging and fingerprints to pipebombs (#94805)
## About The Pull Request Closes #94768 ## Changelog 🆑 fix: Added logging and fingerprints to pipebombs /🆑
This commit is contained in:
@@ -128,6 +128,8 @@
|
||||
return
|
||||
if(istype(activator, /obj/item/assembly/signaler))
|
||||
return //no signallers, signallers send a signal and i can imagine this having bad sideeffects if some has multiple of the same frequency in their backpack and uses them inhand by accident
|
||||
log_grenade(user)
|
||||
add_fingerprint(user)
|
||||
activator.activate()
|
||||
update_icon(UPDATE_ICON_STATE)
|
||||
user.balloon_alert_to_viewers("arming!")
|
||||
@@ -161,9 +163,6 @@
|
||||
. = ..()
|
||||
activator = null
|
||||
|
||||
|
||||
|
||||
|
||||
/obj/item/grenade/iedcasing/spawned
|
||||
power = 2.5 //20u welding fuel
|
||||
activator = /obj/item/assembly/timer
|
||||
|
||||
Reference in New Issue
Block a user