From 83f7dca5c5eb3934b5a08156ccf9cf56ca0bee4d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:33:34 +0100 Subject: [PATCH] [MIRROR] restaurant customers now have a neuter gender (#3869) * restaurant customers now have a neuter gender (#57374) * restaurant customers now have a neuter gender Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> --- code/modules/mob/living/simple_animal/friendly/robot_customer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/friendly/robot_customer.dm b/code/modules/mob/living/simple_animal/friendly/robot_customer.dm index a766d49489d..089e76e1185 100644 --- a/code/modules/mob/living/simple_animal/friendly/robot_customer.dm +++ b/code/modules/mob/living/simple_animal/friendly/robot_customer.dm @@ -4,6 +4,7 @@ maxHealth = 1000 //go fuck yourself health = 1000 desc = "I wonder what they'll order..." + gender = NEUTER icon = 'icons/mob/tourists.dmi' icon_state = "amerifat" icon_living = "amerifat"