Skip to content

Commit

Permalink
Fixes a bad delete on vending machines with two unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
HowToLoLu committed Sep 11, 2024
1 parent 3ed8f98 commit 6dce47c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/vending/_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@
var/extended_inventory = 0
///Are we checking the users ID
var/scan_id = 1
///Coins that we accept?
var/obj/item/coin/coin
///Bills we accept?
var/obj/item/stack/spacecash/bill
///Default price of items if not overridden
var/default_price = 25
///Default price of premium items if not overridden
Expand Down Expand Up @@ -228,8 +224,6 @@

/obj/machinery/vending/Destroy()
QDEL_NULL(wires)
QDEL_NULL(coin)
QDEL_NULL(bill)
return ..()

/obj/machinery/vending/can_speak()
Expand Down

0 comments on commit 6dce47c

Please sign in to comment.