mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Make wind not unpredictably break CI due to bad init. (#28149)
* Make wind not unpredictably break CI due to bad init. * Is THIS your card?
This commit is contained in:
@@ -240,6 +240,14 @@
|
||||
layer = MASSIVE_OBJ_LAYER
|
||||
blend_mode = BLEND_OVERLAY
|
||||
|
||||
// See comment on attempt_init.
|
||||
initialized = TRUE
|
||||
|
||||
// Wind has nothing it needs to initialize, and it's not surprising if it gets both created and qdeleted during an init freeze. Prevent that from causing an init sanity error.
|
||||
/obj/effect/wind/attempt_init(...)
|
||||
initialized = TRUE
|
||||
return
|
||||
|
||||
#undef INDEX_NORTH
|
||||
#undef INDEX_EAST
|
||||
#undef INDEX_SOUTH
|
||||
|
||||
Reference in New Issue
Block a user