mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Assemblies containing an igniter do not prime grenade when used in hand (#20242)
* Assmblies containing an igniter do not prime grenade on attack_self * Check if ignited in assembly in attack_self Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
co-authored by
adrermail@gmail.com <adrermail@gmail.com>
parent
9d199a8f64
commit
3111e1f328
@@ -56,5 +56,6 @@
|
||||
|
||||
|
||||
/obj/item/assembly/igniter/attack_self(mob/user)
|
||||
activate()
|
||||
if(!istype(loc, /obj/item/assembly_holder))
|
||||
activate()
|
||||
add_fingerprint(user)
|
||||
|
||||
Reference in New Issue
Block a user