Fixes component runtimes
This commit is contained in:
committed by
CitadelStationBot
parent
c76cacdf77
commit
b2bb942817
@@ -10,6 +10,17 @@
|
||||
qdel(src)
|
||||
CRASH("[type] instantiated!")
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
//check for common mishaps
|
||||
if(!isnum(dupe_mode))
|
||||
qdel(src)
|
||||
CRASH("[type]: Invalid dupe_mode!")
|
||||
if(dupe_type && !ispath(dupe_type))
|
||||
qdel(src)
|
||||
CRASH("[type]: Invalid dupe_type!")
|
||||
|
||||
>>>>>>> 807311a... Fixes component runtimes (#33045)
|
||||
parent = P
|
||||
var/list/arguments = args.Copy()
|
||||
arguments.Cut(1, 2)
|
||||
|
||||
Reference in New Issue
Block a user