From b328b1bf3220a6c5e07ac41e63ecc77385e0a6a2 Mon Sep 17 00:00:00 2001 From: evilew Date: Sun, 4 May 2025 13:36:18 +0200 Subject: [PATCH] a comment and a tweak moved docility implant from vending to misc cargo category left a comment on the milky trait organ code tweak --- GainStation13/code/modules/cargo/packs.dm | 2 +- code/modules/arousal/genitals.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GainStation13/code/modules/cargo/packs.dm b/GainStation13/code/modules/cargo/packs.dm index e2183bc2b1..ea20b2fca9 100644 --- a/GainStation13/code/modules/cargo/packs.dm +++ b/GainStation13/code/modules/cargo/packs.dm @@ -31,7 +31,7 @@ crate_name = "strange seeds crate" crate_type = /obj/structure/closet/crate/hydroponics -/datum/supply_pack/vending/livestock +/datum/supply_pack/misc/livestock name = "Livestock Implant" desc = "A cruel but effective method of keeping prisoners in line - turn them into docile cattle!" cost = 8000 diff --git a/code/modules/arousal/genitals.dm b/code/modules/arousal/genitals.dm index 008f66d07f..8d4c2af4f6 100644 --- a/code/modules/arousal/genitals.dm +++ b/code/modules/arousal/genitals.dm @@ -193,7 +193,7 @@ aroused_state = FALSE /obj/item/organ/genital/proc/generate_fluid(datum/reagents/R) - //GS13 milky trait + //GS13 milky trait - this code currently doesn't do anything var/milky_mult = 2 if(owner != null && HAS_TRAIT(owner, TRAIT_MILKY)) milky_mult += 2