Skip to content

Commit

Permalink
Vaporizes squid bloodpacks
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Jan 4, 2024
1 parent bd34849 commit 6c26177
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/reagents/reagent_containers/blood_pack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

/obj/item/reagent_containers/blood/random/Initialize()
icon_state = "bloodpack"
blood_type = pick("A+", "A-", "B+", "B-", "O+", "O-", "L", "S")
blood_type = pick("A+", "A-", "B+", "B-", "O+", "O-", "L")
return ..()

/obj/item/reagent_containers/blood/APlus
Expand Down Expand Up @@ -68,9 +68,6 @@
/obj/item/reagent_containers/blood/synthetic
blood_type = "Coolant"

/obj/item/reagent_containers/blood/squid
blood_type = "S"

/obj/item/reagent_containers/blood/universal
blood_type = "U"

Expand Down

0 comments on commit 6c26177

Please sign in to comment.