mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Port /datum/status_effect and convert wetness and fire stacks to it (#11666)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0000fce008
commit
9f292671ae
@@ -173,7 +173,8 @@
|
||||
|
||||
/obj/item/material/sword/rapier/solar/apply_hit_effect(mob/living/target, mob/living/user, var/hit_zone)
|
||||
. = ..()
|
||||
target.add_modifier(/datum/modifier/fire/weak, 12 SECONDS) //should be 12 damage?
|
||||
target.adjust_fire_stacks(10)
|
||||
target.ignite_mob()
|
||||
|
||||
//Icicle
|
||||
/obj/item/gun/energy/icelauncher
|
||||
|
||||
Reference in New Issue
Block a user