mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes cyborgs in general replenishing stack modules from external sources (#54935)
* Cyborg stack fix - Makes cyborgs capable of recycling floor tiles again * Touches up module code - Makes module code slightly more OOP-compliant - Speeds up module creation by an imperceptable amount - Reworks how borg modules handle stacks
This commit is contained in:
@@ -23,6 +23,8 @@ GLOBAL_LIST_INIT(marker_beacon_colors, sortList(list(
|
||||
merge_type = /obj/item/stack/marker_beacon
|
||||
max_amount = 100
|
||||
novariants = TRUE
|
||||
cost = 1
|
||||
source = /datum/robot_energy_storage/beacon
|
||||
var/picked_color = "random"
|
||||
|
||||
/obj/item/stack/marker_beacon/ten //miners start with 10 of these
|
||||
|
||||
Reference in New Issue
Block a user