Skip to content

Commit

Permalink
Merge pull request #1184 from Absolucy/ocky-icky
Browse files Browse the repository at this point in the history
Remove some ocky icky messages from Tourettes
  • Loading branch information
dwasint authored Feb 10, 2024
2 parents 9923520 + c2e17ff commit 94b67b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/mutations/body.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
if(1)
owner.emote("twitch")
if(2 to 3)
owner.say("[prob(50) ? ";" : ""][pick("SHIT", "PISS", "FUCK", "VALID", "AHELP", "ANIMES", "ICKY", "OCKY", "LIZZZARD", "HELP")]", forced=name)
owner.say("[prob(50) ? ";" : ""][pick("SHIT", "PISS", "FUCK", "MROW", "ANIMES", "LIZZZARD", "HELP")]", forced=name)
var/x_offset_old = owner.pixel_x
var/y_offset_old = owner.pixel_y
var/x_offset = owner.pixel_x + rand(-2,2)
Expand Down

0 comments on commit 94b67b4

Please sign in to comment.