mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
#undef is now required for all file defines (#24091)
* CI * undef * hooooly crap * yeah * false by default * fixes * alright, there we go * oops lmao * lol, lmao even * proper programming * fix * losin my mind * oops * yeah coloring * WE LOVE MULTIPLE DEFINES (ive lost my sanity)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
// This define is used when we have to spawn in an uplink item in a weird way, like a Surplus crate spawning an actual crate.
|
||||
// Use this define by setting `uses_special_spawn` to TRUE on the item, and then checking if the parent proc of `spawn_item` returns this define. If it does, implement your special spawn after that.
|
||||
#define UPLINK_SPECIAL_SPAWNING "ONE PINK CHAINSAW PLEASE"
|
||||
|
||||
/proc/get_uplink_items(obj/item/uplink/U)
|
||||
var/list/uplink_items = list()
|
||||
|
||||
Reference in New Issue
Block a user