Files
Aurora.3/code/game/supplyshuttle.dm
Matt Atlas ab5d39db19 Ports SStyping from Nebula. (#16169)
* 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>
2023-04-10 00:08:48 +00:00

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