Merge pull request #4880 from Citadel-Station-13/upstream-merge-34477

[MIRROR] Adds component incompatible crash to root level so everything doesn't have to do it itself
This commit is contained in:
LetterJay
2018-01-17 09:36:20 -06:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
var/list/arguments = args.Copy(2)
if(Initialize(arglist(arguments)) == COMPONENT_INCOMPATIBLE)
qdel(src, TRUE, TRUE)
return
CRASH("Incompatible [type] assigned to a [P]!")
_JoinParent(P)