mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
meteorslugs now knockdown instead of stunning (#46763)
* h * meh why not * ok bobby
This commit is contained in:
@@ -29,8 +29,9 @@
|
||||
name = "meteorslug"
|
||||
icon = 'icons/obj/meteor.dmi'
|
||||
icon_state = "dust"
|
||||
damage = 20
|
||||
paralyze = 80
|
||||
damage = 30
|
||||
paralyze = 15
|
||||
knockdown = 80
|
||||
hitsound = 'sound/effects/meteorimpact.ogg'
|
||||
|
||||
/obj/item/projectile/bullet/shotgun_meteorslug/on_hit(atom/target, blocked = FALSE)
|
||||
|
||||
Reference in New Issue
Block a user