Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Oct 2, 2024
1 parent 3767aa1 commit 33d2c02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/datums/diseases/gastrolisis.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
new_tongue.Insert(affected_mob)
to_chat(affected_mob, "<span class='userdanger'>You feel your speech slow down...</span>")
return
// if(shell && eyes && tongue && prob(5))
// affected_mob.set_species(/datum/species/snail)
// affected_mob.client?.give_award(/datum/award/achievement/misc/snail, affected_mob)
// affected_mob.visible_message("<span class='warning'>[affected_mob] turns into a snail!</span>", \
// "<span class='boldnotice'>You turned into a snail person! You feel an urge to cccrrraaawwwlll...</span>")
if(eyes && tongue && prob(5))
affected_mob.set_species(/datum/species/snail)
affected_mob.client?.give_award(/datum/award/achievement/misc/snail, affected_mob)
affected_mob.visible_message("<span class='warning'>[affected_mob] turns into a snail!</span>", \
"<span class='boldnotice'>You turned into a snail person! You feel an urge to cccrrraaawwwlll...</span>")
cure()
if(prob(10))
affected_mob.emote("gag")
Expand Down

0 comments on commit 33d2c02

Please sign in to comment.