mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +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:
@@ -1325,3 +1325,5 @@
|
||||
return list(effect, update_flags)
|
||||
|
||||
#undef DRAWBACK_CHANCE_MODIFIER
|
||||
#undef CONSTANT_DOSE_SAFE_LIMIT
|
||||
#undef CONSTANT_DOSE_DEATH_LIMIT
|
||||
|
||||
@@ -992,3 +992,6 @@
|
||||
if(my_atom && my_atom.reagents == src)
|
||||
my_atom.reagents = null
|
||||
my_atom = null
|
||||
|
||||
#undef ADDICTION_TIME
|
||||
#undef MINIMUM_REAGENT_AMOUNT
|
||||
|
||||
@@ -217,3 +217,6 @@
|
||||
/obj/item/reagent_containers/iv_bag/slime/Initialize(mapload)
|
||||
. = ..()
|
||||
name = "[initial(name)] - Slime Jelly"
|
||||
|
||||
#undef IV_DRAW
|
||||
#undef IV_INJECT
|
||||
|
||||
Reference in New Issue
Block a user