a comment and a tweak

moved docility implant from vending to misc cargo category
left a comment on the milky trait organ code tweak
This commit is contained in:
evilew
2025-05-04 13:36:18 +02:00
parent 0f4b5500ba
commit b328b1bf32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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