mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixes humanoid examine easter egg's pronoun game (#73766)
Fixes #41175 - it's in the issue, I can't come up with anything funny to put in the PR body. ## Changelog 🆑 spellcheck: fixed humanoid examine easter egg's pronoun usage /🆑
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
if(l_limbs_missing >= 2 && r_limbs_missing == 0)
|
||||
msg += "[t_He] look[p_s()] all right now.\n"
|
||||
else if(l_limbs_missing == 0 && r_limbs_missing >= 2)
|
||||
msg += "[t_He] really keeps to the left.\n"
|
||||
msg += "[t_He] really keep[p_s()] to the left.\n"
|
||||
else if(l_limbs_missing >= 2 && r_limbs_missing >= 2)
|
||||
msg += "[t_He] [p_do()]n't seem all there.\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user