mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-04 05:08:26 +00:00
Adds bloodpacks for vampiric crew to loadout (#17201)
This commit is contained in:
@@ -316,3 +316,8 @@ modular computers
|
||||
display_name = "podzu music player"
|
||||
path = /obj/item/walkpod
|
||||
cost = 2
|
||||
|
||||
/datum/gear/utility/bloodbag //For your vampiric crew!
|
||||
display_name = "blood bag (Randomized)"
|
||||
path = /obj/item/reagent_containers/blood/random_bloodsucker
|
||||
cost = 1
|
||||
|
||||
@@ -109,3 +109,11 @@
|
||||
desc = "Seems pretty useless... Maybe if there were a way to fill it?"
|
||||
icon_state = "empty"
|
||||
item_state = "bloodpack_empty"
|
||||
|
||||
/obj/item/reagent_containers/blood/random_bloodsucker
|
||||
name = "Ration BloodPack"
|
||||
desc = "A standard issue BloodPack Ration given to crew that require blood to be sustained!"
|
||||
|
||||
/obj/item/reagent_containers/blood/random_bloodsucker/Initialize()
|
||||
blood_type = pick("A+", "A-", "B+", "B-", "O-", "O+", "AB+", "AB-")
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user