Adds a temporary workaround for a BYOND bug

This commit is contained in:
Jordan Brown
2017-10-31 21:54:23 -04:00
committed by GitHub
parent 2692680e36
commit bcbf3030a9

View File

@@ -137,6 +137,10 @@
return
/datum/component/proc/_GetInverseTypeList(our_type = type)
#if DM_VERSION > 511
#warning Remove this hack for http://www.byond.com/forum/?post=73469
#endif
set invisibility = 101
//we can do this one simple trick
var/current_type = parent_type
. = list(our_type, current_type)