mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +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:
committed by
GitHub
parent
25996e232a
commit
0667f20681
@@ -68,7 +68,8 @@
|
||||
layer = TURF_LAYER
|
||||
plane = FLOOR_PLANE
|
||||
|
||||
/obj/effect/clockwork/overlay/floor/bloodcult //this is used by BLOOD CULT, it shouldn't use such a path...
|
||||
/// this is used by BLOOD CULT, it shouldn't use such a path...
|
||||
/obj/effect/clockwork/overlay/floor/bloodcult
|
||||
icon_state = "cult"
|
||||
|
||||
// Wall gears
|
||||
@@ -204,7 +205,8 @@
|
||||
name = "gear bit"
|
||||
desc = "A broken chunk of a gear. You want it."
|
||||
|
||||
/obj/item/clockwork/alloy_shards/medium/gear_bit/large //gives more power
|
||||
/// gives more power
|
||||
/obj/item/clockwork/alloy_shards/medium/gear_bit/large
|
||||
|
||||
/obj/item/clockwork/alloy_shards/medium/gear_bit/large/replace_name_desc()
|
||||
..()
|
||||
|
||||
@@ -130,7 +130,8 @@
|
||||
collapse()
|
||||
|
||||
// Gluttony
|
||||
/obj/effect/gluttony //Gluttony's wall: Used in the Gluttony ruin. Only lets the overweight through.
|
||||
/// Gluttony's wall: Used in the Gluttony ruin. Only lets the overweight through.
|
||||
/obj/effect/gluttony
|
||||
name = "gluttony's wall"
|
||||
desc = "Only those who truly indulge may pass."
|
||||
anchored = TRUE
|
||||
@@ -153,7 +154,8 @@
|
||||
return FALSE
|
||||
|
||||
// Pride
|
||||
/obj/structure/mirror/magic/pride //Pride's mirror: Used in the Pride ruin.
|
||||
/// Pride's mirror: Used in the Pride ruin.
|
||||
/obj/structure/mirror/magic/pride
|
||||
name = "pride's mirror"
|
||||
desc = "Pride cometh before the..."
|
||||
icon_state = "magic_mirror"
|
||||
@@ -180,7 +182,8 @@
|
||||
C.drop(user)
|
||||
|
||||
// Envy
|
||||
/obj/item/kitchen/knife/envy //Envy's knife: Found in the Envy ruin. Attackers take on the appearance of whoever they strike.
|
||||
/// Envy's knife: Found in the Envy ruin. Attackers take on the appearance of whoever they strike.
|
||||
/obj/item/kitchen/knife/envy
|
||||
name = "envy's knife"
|
||||
desc = "Their success will be yours."
|
||||
icon = 'icons/obj/wizard.dmi'
|
||||
|
||||
Reference in New Issue
Block a user