mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-22 21:54:24 +01:00
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
/datum/supply_pack/misc/lewdkeg
|
|
name = "Lewd Deluxe Keg"
|
|
desc = "That other stuff not getting you ready? Well I have a Chemslut making tons of the good stuff."
|
|
cost = 7500 //It can be a weapon
|
|
contraband = TRUE
|
|
contains = list(/obj/structure/reagent_dispensers/keg/aphro/strong)
|
|
crate_name = "deluxe keg"
|
|
crate_type = /obj/structure/closet/crate
|
|
|