mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Update vending_refills.dm
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
if(V.type == refill_type)
|
||||
return TRUE
|
||||
else
|
||||
if(istype(V, refill_type)
|
||||
if(istype(V, refill_type))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
@@ -161,4 +161,4 @@
|
||||
refill_type = /obj/machinery/vending/tool
|
||||
|
||||
/obj/item/weapon/refill_cartridge/autoname/giftvendor
|
||||
refill_type = /obj/machinery/vending/giftvendor
|
||||
refill_type = /obj/machinery/vending/giftvendor
|
||||
|
||||
Reference in New Issue
Block a user