Merge pull request #3737 from Citadel-Station-13/upstream-merge-32307

[MIRROR] Adds a temporary workaround for a BYOND bug
This commit is contained in:
LetterJay
2017-11-01 07:47:05 -04:00
committed by GitHub
+4
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)