Skip to content

Commit

Permalink
fix needing power for the IV to operate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Jul 31, 2023
1 parent f9e17cc commit b165dc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/machinery/iv_drip.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
var/obj/item/reagent_container/beaker = null
var/datum/beam/current_beam

//fix IV needing power to work since an IV only need gravity to work and that all map have it.
use_power = USE_POWER_NONE

/obj/structure/machinery/iv_drip/update_icon()
if(attached)
icon_state = "hooked"
Expand Down

0 comments on commit b165dc1

Please sign in to comment.