mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
berry virus preset
This commit is contained in:
@@ -91,3 +91,14 @@
|
||||
|
||||
/datum/reagent/berry_juice_infection/proc/fat_hide()
|
||||
return (3 * (volume * volume))/50
|
||||
|
||||
|
||||
//extreme variant, for admin or item purposes
|
||||
/datum/symptom/berry/extreme
|
||||
name = "Extreme berrification"
|
||||
stealth = -7
|
||||
resistance = 11
|
||||
stage_speed = 10
|
||||
transmittable = 2
|
||||
level = 7
|
||||
severity = 5
|
||||
|
||||
@@ -151,7 +151,6 @@
|
||||
name = "grey modular bra"
|
||||
desc = "A tasteful grey bra that reminds you of the good old days. Now adjusts to the match the wearer's size!"
|
||||
icon_location = 'GainStation13/icons/mob/modclothes/graymodular_bra.dmi'
|
||||
icon = 'GainStation13/icons/mob/modclothes/gray_bra.dmi'
|
||||
icon_state = "grey"
|
||||
item_state = "defaultsuit"
|
||||
item_color = "defaultsuit"
|
||||
item_state = "grey_bra"
|
||||
item_color = "grey_bra"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -71,3 +71,19 @@
|
||||
name = "Blueberry virus bottle"
|
||||
desc = "A small bottle. Contains blueberry virus in synthblood medium."
|
||||
spawned_disease = /datum/disease/advance/berry_virus
|
||||
|
||||
|
||||
//admin variant of berry virus
|
||||
|
||||
/datum/disease/advance/berry_virus_extreme
|
||||
copy_type = /datum/disease/advance
|
||||
|
||||
/datum/disease/advance/berry_virus_extreme/New(make_typecache = TRUE)
|
||||
name = "Blueberry Virus"
|
||||
symptoms = list(new/datum/symptom/berry/extreme)
|
||||
..()
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/berry_extreme
|
||||
name = "Blueberry virus bottle"
|
||||
desc = "A small bottle. Contains blueberry virus in synthblood medium."
|
||||
spawned_disease = /datum/disease/advance/berry_virus_extreme
|
||||
|
||||
@@ -84,17 +84,17 @@
|
||||
/obj/item/clothing/shoes/kindleKicks)
|
||||
crate_name = "footie crate"
|
||||
|
||||
// /datum/supply_pack/misc/modular_greysuits
|
||||
// name = "Modular Greysuits Crate"
|
||||
// desc = "In case of sudden obesity, this stretchable jumpsuit pack can help cover up any exposed bodies!"
|
||||
// cost = 2000
|
||||
// contains = list(/obj/item/clothing/under/color/grey/modular,
|
||||
// /obj/item/clothing/under/color/grey/modular,
|
||||
// /obj/item/clothing/under/color/grey/modular,
|
||||
// /obj/item/clothing/under/color/grey/modular,
|
||||
// /obj/item/clothing/under/color/grey/modular,
|
||||
// /obj/item/clothing/under/color/grey/modular)
|
||||
// crate_name = "modular jumpsuits crate"
|
||||
/datum/supply_pack/misc/modular_greysuits
|
||||
name = "Modular Greysuits Crate"
|
||||
desc = "In case of sudden obesity, this stretchable jumpsuit pack can help cover up any exposed bodies!"
|
||||
cost = 2000
|
||||
contains = list(/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular)
|
||||
crate_name = "modular jumpsuits crate"
|
||||
|
||||
/datum/supply_pack/misc/randombedsheets
|
||||
name = "Bedsheet Crate (R)"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 386 KiB After Width: | Height: | Size: 386 KiB |
Reference in New Issue
Block a user