Skip to content

Commit

Permalink
Update cooling_system.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Jan 7, 2024
1 parent 31a989f commit 23640b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ipc_cooling_unit/code/cooling_system.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

/obj/item/organ/internal/cooling_system/afterattack(atom/target, mob/user, flag)

var/beaker = istype(target, /obj/item/reagent_containers/glass/)
var/beaker = istype(target, /obj/item/reagent_containers/glass)

if (flag && beaker)
var/obj/dispenser = target
Expand Down

0 comments on commit 23640b0

Please sign in to comment.