Unit Test For Invalid Map Templates

This commit is contained in:
AffectedArc07
2020-07-25 18:09:57 +01:00
parent b7588bd8a5
commit 35cdc641b2
4 changed files with 16 additions and 2 deletions
+3 -2
View File
@@ -9,8 +9,9 @@
var/admin_notes
/datum/map_template/shuttle/New()
shuttle_id = "[port_id]_[suffix]"
mappath = "[prefix][shuttle_id].dmm"
if(port_id && suffix)
shuttle_id = "[port_id]_[suffix]"
mappath = "[prefix][shuttle_id].dmm"
. = ..()
/datum/map_template/shuttle/emergency