mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
bunch of runtimes (#19383)
* bunch of runtimes * fix that nif ref properly * . * Makes this more clear it's overriding * Update geiger.dm * Update geiger.dm * Implement TG attack_ui Makes get_item_by_slot actually work. It's the TG naming for our proc get_equipped_item(slot) * Fixes geiger and ore signals * These * Update inventory.dm * Unneeded * These * Leave this for another PR * Update bags.dm --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
else
|
||||
QDEL_NULL(inserted_id)
|
||||
for(var/key, value in prize_list)
|
||||
QDEL_NULL_LIST(value)
|
||||
var/list/item_list = value
|
||||
QDEL_LIST_ASSOC_VAL(item_list)
|
||||
. = ..()
|
||||
|
||||
/datum/data/mining_equipment
|
||||
|
||||
Reference in New Issue
Block a user