mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-12 10:42:37 +00:00
## About The Pull Request I asked someone in discord if it was worth it, they said it was, from what i remember at least. ## Why It's Good For The Game More comfort with apc's for mappers. --------- Co-authored-by: san7890 <the@san7890.com>
10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
///Used to change name for apcs on away missions
|
|
/obj/machinery/power/apc/worn_out
|
|
name = "Worn out APC"
|
|
|
|
/obj/machinery/power/apc/auto_name
|
|
auto_name = TRUE
|
|
|
|
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/worn_out, APC_PIXEL_OFFSET)
|
|
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/auto_name, APC_PIXEL_OFFSET)
|