Skip to content

Commit

Permalink
Unfucks all the broken vendors that I broke [no gbp] (tgstation#85483)
Browse files Browse the repository at this point in the history
## About The Pull Request

I broke all the vendors I gotta unbreak them

## Why It's Good For The Game

Fixes tgstation#85477 until I can read through a few thousand lines of code for
vending machines

## Changelog
/:cl:
  • Loading branch information
Metekillot authored Aug 1, 2024
1 parent ae800ba commit efe043f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion code/game/machinery/_machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
/obj/machinery/LateInitialize()
SHOULD_NOT_OVERRIDE(TRUE)
post_machine_initialize()
CheckParts()

/obj/machinery/Destroy(force)
SSmachines.unregister_machine(src)
Expand Down
1 change: 1 addition & 0 deletions code/game/machinery/medipen_refiller.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
. = ..()
AddComponent(/datum/component/plumbing/simple_demand)
register_context()
CheckParts()

/obj/machinery/medipen_refiller/add_context(atom/source, list/context, obj/item/held_item, mob/user)
if(held_item)
Expand Down

0 comments on commit efe043f

Please sign in to comment.