Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2023-12-27 16:39:40 +00:00
committed by GitHub
co-authored by DreamySkrell <>
parent 880ca9bc80
commit fc1c2fcf5d
3 changed files with 80 additions and 4 deletions
+1
View File
@@ -27,6 +27,7 @@
pay_amount = rand(12, 17) * 1000
if(delivery_point)
setup_delivery_point(delivery_point)
color = pick("#FFFFFF", "#EEEEEE", "#DDDDDD", "#CCCCCC", "#BBBBBB", "#FFDDDD", "#DDDDFF", "#FFFFDD", "#886600")
/obj/item/cargo_package/proc/setup_delivery_point(var/obj/structure/cargo_receptacle/delivery_point)
associated_delivery_point = WEAKREF(delivery_point)