mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
move all EOL comments on typepath names to dmdoc (#23928)
* move all EOL comments on typepath names to dmdoc * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
Luc
S34N
parent
25996e232a
commit
0667f20681
@@ -1,6 +1,7 @@
|
||||
//OTHER DEBUFFS
|
||||
|
||||
/datum/status_effect/his_wrath //does minor damage over time unless holding His Grace
|
||||
/// does minor damage over time unless holding His Grace
|
||||
/datum/status_effect/his_wrath
|
||||
id = "his_wrath"
|
||||
duration = -1
|
||||
tick_interval = 4
|
||||
@@ -23,7 +24,8 @@
|
||||
owner.adjustFireLoss(0.1)
|
||||
owner.adjustToxLoss(0.2)
|
||||
|
||||
/datum/status_effect/cultghost //is a cult ghost and can't use manifest runes, can see ghosts and dies if too far from summoner
|
||||
/// is a cult ghost and can't use manifest runes, can see ghosts and dies if too far from summoner
|
||||
/datum/status_effect/cultghost
|
||||
id = "cult_ghost"
|
||||
duration = -1
|
||||
alert_type = null
|
||||
@@ -699,7 +701,8 @@
|
||||
. = ..()
|
||||
REMOVE_TRAIT(owner, TRAIT_MUTE, id)
|
||||
|
||||
/datum/status_effect/transient/silence/absolute // this one will mute all emote sounds including gasps
|
||||
/// this one will mute all emote sounds including gasps
|
||||
/datum/status_effect/transient/silence/absolute
|
||||
id = "abssilenced"
|
||||
|
||||
/datum/status_effect/transient/deaf
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
//entirely neutral or internal status effects go here
|
||||
|
||||
/datum/status_effect/crusher_damage //tracks the damage dealt to this mob by kinetic crushers
|
||||
/// tracks the damage dealt to this mob by kinetic crushers
|
||||
/datum/status_effect/crusher_damage
|
||||
id = "crusher_damage"
|
||||
duration = -1
|
||||
status_type = STATUS_EFFECT_UNIQUE
|
||||
|
||||
Reference in New Issue
Block a user