mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Trying to remove Mob Hardstuns (#7266)
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
/obj/item/projectile/energy/blob/freezing
|
||||
my_chems = list("frostoil")
|
||||
modifier_type_to_apply = /datum/modifier/chilled
|
||||
modifier_duration = 1 MINUTE
|
||||
modifier_duration = 0.25 MINUTE //CHOMPedit: Determined to be to long of a slowdown time.
|
||||
|
||||
/obj/item/projectile/energy/blob/freezing/splattering
|
||||
splatter = TRUE
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
/obj/item/projectile/bullet/rifle
|
||||
fire_sound = 'sound/weapons/Gunshot_generic_rifle.ogg'
|
||||
armor_penetration = 15
|
||||
penetrating = 1
|
||||
//penetrating = 1 CHOMPedit: This is the only thing I see that could cause stun and unsure what can be pierced with a penetrating of 1.
|
||||
hud_state = "rifle"
|
||||
hud_state_empty = "rifle_empty"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user