mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-31 09:09:58 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user