Orion Express Courier System (#17952)

* Orion Express Courier System

* tweaks and fixes

* whoops this goes in the back

* cement das conk creet baybee

* while funny, fixed supplies count

* add support for non-overmap tests

* guh

* anotha one

* feedback

* remove unused imports
This commit is contained in:
Geeves
2023-12-19 11:45:39 +00:00
committed by GitHub
parent 3faa34e7d3
commit d7db1f6d4a
15 changed files with 558 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
var/list/mob_icon_icon_states = list()
/obj/item/proc/get_mob_overlay(var/mob/living/carbon/human/H, var/mob_icon, var/mob_state, var/slot)
/obj/item/proc/get_mob_overlay(var/mob/living/carbon/human/H, var/mob_icon, var/mob_state, var/slot, var/main_call = TRUE)
SHOULD_NOT_SLEEP(TRUE)
SHOULD_CALL_PARENT(TRUE)
RETURN_TYPE(/image)