Merge remote-tracking branch 'ParadiseSS13/master' into teleport_fixes

This commit is contained in:
Kyep
2018-08-16 00:27:40 -07:00
107 changed files with 3830 additions and 989 deletions
+5 -1
View File
@@ -37,4 +37,8 @@
qdel(C, FALSE, TRUE)
dc.Cut()
return QDEL_HINT_QUEUE
return QDEL_HINT_QUEUE
/datum/nothing
// Placeholder object, used for ispath checks. Has to be defined to prevent errors, but shouldn't ever be created.
+1 -1
View File
@@ -66,7 +66,7 @@
chosentype = pick(virspecies)
chosensuff = pick(virsuffix)
name = "[chosentype] [chosensuff]"
name = "[initial(chosentype.name)] [chosensuff]"
/datum/disease/kingstons/advanced/stage_act()
..()