mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
8821ab9a66
* compiles checkpoint * fix some * updatepaths * fix * rrr * linters * fiexs * icon fixes * plasmemes * fix * fix * fix bit more * fix * well * cleanup * fix glasses layer * conflict * fuck gun code * fixes * fix * fixes to energy guns * review * conflict * support that 1 unathi pixel * fix
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
/obj/item/grenade/empgrenade
|
|
name = "classic EMP grenade"
|
|
desc = "Upon detonation, releases a powerful EMP that will wreak havoc on electronic systems."
|
|
icon_state = "emp"
|
|
inhand_icon_state = "emp"
|
|
origin_tech = "magnets=3;combat=2"
|
|
|
|
/obj/item/grenade/empgrenade/prime()
|
|
update_mob()
|
|
empulse(src, 4, 10, 1)
|
|
qdel(src)
|