mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
Tag adjustment of enlarger overdose process
This commit is contained in:
@@ -113,6 +113,9 @@
|
||||
var/obj/item/organ/genital/vagina/V = M.getorganslot("vagina")
|
||||
var/obj/item/organ/genital/womb/W = M.getorganslot("womb")
|
||||
|
||||
// GS13: Do not touch organs unless transitioning.
|
||||
// Some female characters have breasts but no vagina or womb and do not wish to gain these organs.
|
||||
// The same behaviour should apply to transitioning male characters.
|
||||
if(M.gender == MALE)
|
||||
M.gender = FEMALE
|
||||
M.visible_message(
|
||||
@@ -307,6 +310,9 @@
|
||||
var/obj/item/organ/genital/vagina/V = M.getorganslot("vagina")
|
||||
var/obj/item/organ/genital/womb/W = M.getorganslot("womb")
|
||||
|
||||
// GS13: Do not touch organs unless transitioning.
|
||||
// Some female characters have breasts but no vagina or womb and do not wish to gain these organs.
|
||||
// The same behaviour should apply to transitioning male characters.
|
||||
if(M.gender == FEMALE)
|
||||
M.gender = MALE
|
||||
M.visible_message(
|
||||
|
||||
Reference in New Issue
Block a user