Makes Pun Pun male (#12636)

This commit is contained in:
desven
2021-10-20 00:09:22 +02:00
committed by GitHub
parent c58bc75df3
commit 1d8e0255a0
4 changed files with 9 additions and 0 deletions
@@ -13,6 +13,7 @@
name = "Pun Pun"
real_name = name
named = TRUE
gender = MALE
equip_to_slot(new /obj/item/clothing/under/punpun(src), slot_w_uniform)
@@ -30,4 +31,5 @@
/mob/living/carbon/human/monkey/nupnup/LateInitialize()
name = "Winston, the Christmas Monkey"
real_name = name
gender = MALE
w_uniform = new /obj/item/clothing/under/nupnup(src)
@@ -81,6 +81,7 @@
short_name = "Columbo"
desc = "A dog trained to listen and obey its owner commands. This one looks about three days from retirement."
named = TRUE
gender = MALE
melee_damage_lower = 5
melee_damage_upper = 10
@@ -2,6 +2,7 @@
name = "Ives"
desc = "A mysterious docile hivebot, this type seems to be of a kind rarely seen in the Orion Spur. Look at its little tail!"
named = TRUE
gender = FEMALE
icon = 'icons/mob/npc/pets.dmi'
icon_state = "ives"
+5
View File
@@ -0,0 +1,5 @@
author: Desven
delete-after: True
changes:
- bugfix: "Pun Pun appears properly male when examined."
- tweak: "Station pets have their genders defined in code."