mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Allows toolbelts to hold nanopaste and cyborg analyzers. (#24051)
* Update belt.dm Store nanopaste in toolbelts. * Update belt.dm can hold cyborg analyzers too!
This commit is contained in:
@@ -102,7 +102,9 @@
|
||||
/obj/item/analyzer,
|
||||
/obj/item/geiger_counter,
|
||||
/obj/item/extinguisher/mini,
|
||||
/obj/item/holosign_creator)
|
||||
/obj/item/holosign_creator,
|
||||
/obj/item/stack/nanopaste,
|
||||
/obj/item/robotanalyzer)
|
||||
|
||||
/obj/item/storage/belt/utility/full/populate_contents()
|
||||
new /obj/item/screwdriver(src)
|
||||
|
||||
Reference in New Issue
Block a user