mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
Adds bloodpacks for vampiric crew to loadout (#17201)
This commit is contained in:
@@ -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