mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Makes Pun Pun male (#12636)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user