mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Fixes Invisible Blood Bags (#13323)
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
add_overlay(image('icons/obj/bloodpack.dmi', "dongle"))
|
||||
|
||||
if(reagents && reagents.total_volume)
|
||||
add_overlay(overlay_image('icons/obj/reagentfillings.dmi', "[icon_state][get_filling_state()]", color = reagents.get_color()))
|
||||
add_overlay(overlay_image('icons/obj/bloodpack.dmi', "[icon_state][get_filling_state()]", color = reagents.get_color()))
|
||||
|
||||
/obj/item/reagent_containers/blood/attack(mob/living/carbon/human/M as mob, mob/living/carbon/human/user as mob, var/target_zone)
|
||||
if(user == M && (MODE_VAMPIRE in user.mind?.antag_datums))
|
||||
@@ -257,7 +257,7 @@
|
||||
/obj/item/reagent_containers/blood/empty
|
||||
name = "empty blood pack"
|
||||
desc = "Seems pretty useless... Maybe if there were a way to fill it?"
|
||||
icon_state = "empty"
|
||||
icon_state = "bloodpack"
|
||||
|
||||
/obj/item/reagent_containers/blood/ripped
|
||||
name = "ripped blood pack"
|
||||
|
||||
Reference in New Issue
Block a user