mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] Have you bingled that (#10545)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Cameron Lennox
Kashargul
parent
057fffd669
commit
16a213f699
@@ -34,8 +34,8 @@
|
||||
|
||||
if(burn_user)
|
||||
H.visible_message(span_danger("\The [src] flashes as it scorches [H]'s hands!"))
|
||||
H.apply_damage(amount / 2 + 5, BURN, "r_hand", used_weapon=src)
|
||||
H.apply_damage(amount / 2 + 5, BURN, "l_hand", used_weapon=src)
|
||||
H.apply_damage(amount / 2 + 5, BURN, BP_R_HAND, used_weapon=src)
|
||||
H.apply_damage(amount / 2 + 5, BURN, BP_L_HAND, used_weapon=src)
|
||||
H.drop_from_inventory(src, get_turf(H))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user