mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Makes machine frames show their circuit name (#15025)
* Circuit Names Refactor * Some review stuff * now with less runtimes * Machine Boards and Computer Boards * Only a little late * YouTool fix * Resupply crate too * Supplycomp board I'll do the other stuff tomorrow * Computer Frame Refactor Plus also removing the HONKputer to avoid a conflict. * Don't need this diff anymore
This commit is contained in:
@@ -572,9 +572,10 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY
|
||||
containername = "electrical maintenance crate"
|
||||
|
||||
/datum/supply_packs/vending/engivend
|
||||
name = "EngiVend Supply Crate"
|
||||
cost = 15
|
||||
contains = list(/obj/item/vending_refill/engivend)
|
||||
name = "Engineering Vendor Supply Crate"
|
||||
cost = 20
|
||||
contains = list(/obj/item/vending_refill/engivend,
|
||||
/obj/item/vending_refill/youtool)
|
||||
containername = "engineering supply crate"
|
||||
|
||||
/datum/supply_packs/engineering/powergamermitts
|
||||
|
||||
Reference in New Issue
Block a user