mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
digusting -> disgusting (#16426)
* digusting -> disgusting * Update html/changelogs/digusting.yml Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com> --------- Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com>
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
to_chat(M, SPAN_WARNING(pick("Your throat burns!", "Your insides are on fire!", "Your feel a burning pain in your chest!")))
|
||||
else
|
||||
if(prob(5))
|
||||
to_chat(M, SPAN_WARNING(pick("Your throat stings a bit.", "You can taste something really digusting.", "Your chest doesn't feel so great.")))
|
||||
to_chat(M, SPAN_WARNING(pick("Your throat stings a bit.", "You can taste something really disgusting.", "Your chest doesn't feel so great.")))
|
||||
|
||||
/singleton/reagent/ammonia/affect_touch(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
|
||||
if(!(alien == IS_DIONA))
|
||||
|
||||
@@ -325,7 +325,7 @@
|
||||
to_chat(M, SPAN_WARNING(pick("Your throat burns!", "Your insides are on fire!", "Your feel a burning pain in your chest!")))
|
||||
else
|
||||
if(prob(5))
|
||||
to_chat(M, SPAN_WARNING(pick("Your throat stings a bit.", "You can taste something really digusting.", "Your chest doesn't feel so great.")))
|
||||
to_chat(M, SPAN_WARNING(pick("Your throat stings a bit.", "You can taste something really disgusting.", "Your chest doesn't feel so great.")))
|
||||
|
||||
/singleton/reagent/toxin/fertilizer/affect_touch(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
|
||||
if(!(alien == IS_DIONA))
|
||||
|
||||
Reference in New Issue
Block a user