mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes Tiger's suggestions
- 2 instances of "ass" changed to "H"
This commit is contained in:
@@ -231,11 +231,11 @@
|
||||
if(emagged)
|
||||
if(ishuman(ass))
|
||||
var/mob/living/carbon/human/H = ass
|
||||
to_chat(ass,"<span class='notice'>Something smells toasty...</span>")
|
||||
to_chat(H,"<span class='notice'>Something smells toasty...</span>")
|
||||
var/obj/item/organ/external/G = H.get_organ("groin")
|
||||
G.take_damage(0, 30)
|
||||
spawn(20)
|
||||
ass.emote("scream")
|
||||
H.emote("scream")
|
||||
else
|
||||
to_chat(ass,"<span class='notice'>Something smells toasty...</span>")
|
||||
ass.apply_damage(30, BURN)
|
||||
|
||||
Reference in New Issue
Block a user