mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
First Forbidden Circuit
- Adds EPv2 Address Discoverer - Adds Forbidden EPv2 Circuit Sprite - Adds Circuit Printer variations for the "Game Panel > Create Object" function & Mapping - Fixes bug of returning lost cell energy - Fixes tiny spelling mistake
This commit is contained in:
@@ -376,7 +376,7 @@
|
||||
if(battery)
|
||||
var/lost = battery.use(amount * CELLRATE)
|
||||
net_power -= lost
|
||||
return lost > 0
|
||||
return lost
|
||||
return FALSE
|
||||
|
||||
// Ditto for giving.
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
var/obj/item/device/electronic_assembly/assembly_to_clone = null // Not implemented x3
|
||||
var/dirty_items = FALSE
|
||||
|
||||
/obj/item/device/integrated_circuit_printer/all_upgrades
|
||||
upgraded = TRUE
|
||||
illegal_upgraded = TRUE
|
||||
can_clone = TRUE
|
||||
|
||||
/obj/item/device/integrated_circuit_printer/illegal
|
||||
illegal_upgraded = TRUE
|
||||
can_clone = TRUE
|
||||
|
||||
/obj/item/device/integrated_circuit_printer/upgraded
|
||||
upgraded = TRUE
|
||||
can_clone = TRUE
|
||||
@@ -25,6 +34,7 @@
|
||||
name = "fractal integrated circuit printer"
|
||||
desc = "A portable(ish) machine that makes modular circuitry seemingly out of thin air."
|
||||
upgraded = TRUE
|
||||
illegal_upgraded = TRUE
|
||||
can_clone = TRUE
|
||||
debug = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user