Update mobs.dm

This commit is contained in:
Ghom
2020-04-14 16:09:31 +02:00
committed by GitHub
parent e753c1ad14
commit a57828703e
+1 -1
View File
@@ -151,7 +151,7 @@
var/body_model = MALE
switch(intended_gender)
if(MALE || FEMALE)
if(MALE, FEMALE)
body_model = intended_gender
if(PLURAL)
body_model = pick(MALE,FEMALE)