remove 512 version checks

This commit is contained in:
vuonojenmustaturska
2018-04-11 22:24:47 +03:00
committed by CitadelStationBot
parent 4063781baf
commit d559fc1bd3
6 changed files with 2 additions and 49 deletions
-8
View File
@@ -105,14 +105,6 @@
return
/datum/component/proc/_GetInverseTypeList(our_type = type)
#if DM_VERSION >= 513
#warning 512 is definitely stable now, remove the old code
#endif
#if DM_VERSION < 512
//remove this when we use 512 full time
set invisibility = 101
#endif
//we can do this one simple trick
var/current_type = parent_type
. = list(our_type, current_type)