mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Merge remote-tracking branch 'ParadiseSS13/master' into teleport_fixes
This commit is contained in:
@@ -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.
|
||||
@@ -66,7 +66,7 @@
|
||||
chosentype = pick(virspecies)
|
||||
chosensuff = pick(virsuffix)
|
||||
|
||||
name = "[chosentype] [chosensuff]"
|
||||
name = "[initial(chosentype.name)] [chosensuff]"
|
||||
|
||||
/datum/disease/kingstons/advanced/stage_act()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user