Trying to remove Mob Hardstuns (#7266)

This commit is contained in:
FluffMedic
2023-12-12 14:09:30 -05:00
committed by GitHub
parent 41e8a766b9
commit f320278b8d
15 changed files with 33 additions and 31 deletions

View File

@@ -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

View File

@@ -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"