mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +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
@@ -133,7 +133,8 @@
|
||||
icon_state = "bluenana_peel"
|
||||
|
||||
// Other
|
||||
/obj/item/grown/bananapeel/specialpeel //used by /obj/item/clothing/shoes/clown_shoes/banana_shoes
|
||||
/// used by /obj/item/clothing/shoes/clown_shoes/banana_shoes
|
||||
/obj/item/grown/bananapeel/specialpeel
|
||||
name = "synthesized banana peel"
|
||||
desc = "A synthetic banana peel."
|
||||
|
||||
|
||||
@@ -87,7 +87,8 @@
|
||||
filling_color = "#FFD700"
|
||||
|
||||
// Combustible lemon
|
||||
/obj/item/seeds/firelemon //combustible lemon is too long so firelemon
|
||||
/// combustible lemon is too long so firelemon
|
||||
/obj/item/seeds/firelemon
|
||||
name = "pack of combustible lemon seeds"
|
||||
desc = "When life gives you lemons, don't make lemonade. Make life take the lemons back! Get mad! I don't want your damn lemons!"
|
||||
icon_state = "seed-firelemon"
|
||||
|
||||
@@ -118,7 +118,8 @@
|
||||
mutatelist = list(/obj/item/seeds/sunflower/moonflower, /obj/item/seeds/sunflower/novaflower)
|
||||
reagents_add = list("cornoil" = 0.08, "plantmatter" = 0.04)
|
||||
|
||||
/obj/item/grown/sunflower // FLOWER POWER!
|
||||
/// FLOWER POWER!
|
||||
/obj/item/grown/sunflower
|
||||
seed = /obj/item/seeds/sunflower
|
||||
name = "sunflower"
|
||||
desc = "It's beautiful! A certain person might beat you to death if you trample these."
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
reagents_add = list("facid" = 0.25, "sacid" = 0.25)
|
||||
rarity = 20
|
||||
|
||||
/obj/item/grown/nettle //abstract type
|
||||
/// abstract type
|
||||
/obj/item/grown/nettle
|
||||
name = "nettle"
|
||||
desc = "It's probably <B>not</B> wise to touch it with bare hands..."
|
||||
icon = 'icons/obj/items.dmi'
|
||||
|
||||
@@ -119,7 +119,8 @@
|
||||
/obj/structure/bonfire/dense
|
||||
density = TRUE
|
||||
|
||||
/obj/structure/bonfire/lit //haha empty define
|
||||
/// haha empty define
|
||||
/obj/structure/bonfire/lit
|
||||
|
||||
/obj/structure/bonfire/lit/dense
|
||||
density = TRUE
|
||||
|
||||
Reference in New Issue
Block a user