mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +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
@@ -950,7 +950,8 @@
|
||||
back = /obj/item/mod/control/pre_equipped/traitor
|
||||
shoes = /obj/item/clothing/shoes/magboots/syndie
|
||||
|
||||
/datum/outfit/admin/modsuit/wizard // Technically not a MODsuit, we'll bundle it up in here for the future when it does become one
|
||||
/// Technically not a MODsuit, we'll bundle it up in here for the future when it does become one
|
||||
/datum/outfit/admin/modsuit/wizard
|
||||
name = "Hardsuit - Wizard"
|
||||
suit = /obj/item/clothing/suit/space/hardsuit/wizard
|
||||
shoes = /obj/item/clothing/shoes/magboots/wizard
|
||||
@@ -980,7 +981,8 @@
|
||||
name = "Tournament Standard Green"
|
||||
uniform = /obj/item/clothing/under/color/green
|
||||
|
||||
/datum/outfit/admin/tournament/tournament_gangster //gangster are supposed to fight each other. --rastaf0
|
||||
/// gangster are supposed to fight each other. --rastaf0
|
||||
/datum/outfit/admin/tournament/tournament_gangster
|
||||
name = "Tournament Gangster"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/security/detective
|
||||
@@ -991,7 +993,8 @@
|
||||
l_pocket = /obj/item/ammo_box/a357
|
||||
r_hand = /obj/item/gun/projectile/automatic/proto
|
||||
|
||||
/datum/outfit/admin/tournament/tournament_chef //Steven Seagal FTW
|
||||
/// Steven Seagal FTW
|
||||
/datum/outfit/admin/tournament/tournament_chef
|
||||
name = "Tournament Chef"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/civilian/chef
|
||||
|
||||
@@ -49,7 +49,8 @@
|
||||
name = "AVD-CNED bowman headset"
|
||||
ks2type = /obj/item/encryptionkey/syndicate/all_channels
|
||||
|
||||
/obj/item/encryptionkey/syndicate/all_channels // has to be a subtype and stuff
|
||||
/// has to be a subtype and stuff
|
||||
/obj/item/encryptionkey/syndicate/all_channels
|
||||
name = "AVD-CNED Encryption Key"
|
||||
desc = "Lets you listen to <b>everything</b>. Use in hand to toggle voice changing. Alt-click to change your fake name."
|
||||
icon_state = "com_cypherkey"
|
||||
|
||||
Reference in New Issue
Block a user