mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
// 40mm (Grenade Launcher
|
|
|
|
/obj/item/projectile/bullet/a40mm
|
|
name ="40mm grenade"
|
|
desc = "USE A WEEL GUN"
|
|
icon_state= "bolter"
|
|
damage = 60
|
|
|
|
/obj/item/projectile/bullet/a40mm/on_hit(atom/target, blocked = FALSE)
|
|
..()
|
|
explosion(target, -1, 0, 2, 1, 0, flame_range = 3)
|
|
return BULLET_ACT_HIT
|