mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-06 14:48:25 +01:00
ab5d39db19
* Ports SStyping from Nebula. * the spook * a * fix * bring the fanfare to its knees * add a speech bubble type pref --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
21 lines
456 B
Plaintext
21 lines
456 B
Plaintext
//Config stuff
|
|
//Supply packs are in /code/defines/obj/supplypacks.dm
|
|
//Computers are in /code/game/machinery/computer/supply.dm
|
|
|
|
/obj/item/paper/manifest
|
|
name = "supply manifest"
|
|
var/is_copy = 1
|
|
|
|
/area/supply/station
|
|
name = "Supply Shuttle"
|
|
icon_state = "shuttle3"
|
|
requires_power = 0
|
|
station_area = 1
|
|
flags = SPAWN_ROOF | HIDE_FROM_HOLOMAP
|
|
|
|
/area/supply/dock
|
|
name = "Supply Shuttle"
|
|
icon_state = "shuttle3"
|
|
requires_power = 0
|
|
centcomm_area = 1
|