Skip to content

Commit

Permalink
Modular
Browse files Browse the repository at this point in the history
  • Loading branch information
vinylspiders authored and Iajret committed Jan 10, 2024
1 parent ada59e8 commit f5f900c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
var/treatment_sound = 'sound/items/duct_tape_rip.ogg'

// This is only relevant for the types of wounds defined, we can't work if there are none
/obj/item/stack/medical/wound_recovery/try_heal(mob/living/patient, mob/user, silent)
/obj/item/stack/medical/wound_recovery/try_heal(mob/living/patient, mob/user, silent, looping)

if(patient.has_status_effect(/datum/status_effect/vulnerable_to_damage))
patient.balloon_alert(user, "still recovering from last use!")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
icon = 'modular_nova/modules/primitive_structures/icons/storage.dmi'
resistance_flags = FLAMMABLE
base_build_path = /obj/machinery/smartfridge/producebin
contents_icon_state = "produce"
base_icon_state = "produce"
use_power = NO_POWER_USE
light_power = 0
idle_power_usage = 0
Expand Down Expand Up @@ -89,7 +89,7 @@
icon = 'modular_nova/modules/primitive_structures/icons/storage.dmi'
resistance_flags = FLAMMABLE
base_build_path = /obj/machinery/smartfridge/seedshelf
contents_icon_state = "seed"
base_icon_state = "seed"
use_power = NO_POWER_USE
light_power = 0
idle_power_usage = 0
Expand Down Expand Up @@ -119,7 +119,7 @@
icon = 'modular_nova/modules/primitive_structures/icons/storage.dmi'
resistance_flags = FLAMMABLE
base_build_path = /obj/machinery/smartfridge/rationshelf
contents_icon_state = "ration"
base_icon_state = "ration"
use_power = NO_POWER_USE
light_power = 0
idle_power_usage = 0
Expand Down Expand Up @@ -149,7 +149,7 @@
icon = 'modular_nova/modules/primitive_structures/icons/storage.dmi'
resistance_flags = FLAMMABLE
base_build_path = /obj/machinery/smartfridge/producedisplay
contents_icon_state = "nonfood"
base_icon_state = "nonfood"
use_power = NO_POWER_USE
light_power = 0
idle_power_usage = 0
Expand Down

0 comments on commit f5f900c

Please sign in to comment.