mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00: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:
committed by
GitHub
parent
057fffd669
commit
16a213f699
@@ -28,7 +28,7 @@
|
||||
to_chat(H, span_notice("You itch."))
|
||||
H.adjustBruteLoss(rand(4, 6))
|
||||
if(3)
|
||||
var/obj/item/organ/external/stomach = H.organs_by_name[pick("torso", "groin")]
|
||||
var/obj/item/organ/external/stomach = H.organs_by_name[pick(BP_TORSO, BP_GROIN)]
|
||||
|
||||
if(prob(3))
|
||||
H.emote("cough")
|
||||
@@ -42,7 +42,7 @@
|
||||
to_chat(H, span_danger("Your stomach growls!"))
|
||||
stomach.take_damage(BRUTE, rand(5, 10))
|
||||
if(4)
|
||||
var/obj/item/organ/external/stomach = H.organs_by_name[pick("torso", "groin")]
|
||||
var/obj/item/organ/external/stomach = H.organs_by_name[pick(BP_TORSO, BP_GROIN)]
|
||||
|
||||
if(prob(5))
|
||||
H.emote("cough")
|
||||
|
||||
Reference in New Issue
Block a user