Revert "Revert "[DNM] Updates firemanning, throwing stuff""
This reverts commit def4b38a46.
This commit is contained in:
@@ -39,6 +39,21 @@
|
||||
/datum/proc/p_es(temp_gender)
|
||||
. = "es"
|
||||
|
||||
/datum/proc/plural_s(pluralize)
|
||||
switch(copytext_char(pluralize, -2))
|
||||
if ("ss")
|
||||
return "es"
|
||||
if ("sh")
|
||||
return "es"
|
||||
if ("ch")
|
||||
return "es"
|
||||
else
|
||||
switch(copytext_char(pluralize, -1))
|
||||
if("s", "x", "z")
|
||||
return "es"
|
||||
else
|
||||
return "s"
|
||||
|
||||
//like clients, which do have gender.
|
||||
/client/p_they(capitalized, temp_gender)
|
||||
if(!temp_gender)
|
||||
|
||||
Reference in New Issue
Block a user