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
@@ -838,7 +838,8 @@
|
||||
tracking_target_UID = null
|
||||
|
||||
|
||||
/obj/item/gun/energy/spikethrower //It's like the cyborg LMG, uses energy to make spikes
|
||||
/// It's like the cyborg LMG, uses energy to make spikes
|
||||
/obj/item/gun/energy/spikethrower
|
||||
name = "\improper Vox spike thrower"
|
||||
desc = "A vicious alien projectile weapon. Parts of it quiver gelatinously, as though the thing is insectile and alive."
|
||||
icon = 'icons/obj/guns/projectile.dmi'
|
||||
|
||||
@@ -112,7 +112,8 @@
|
||||
user.bleed(BLOOD_VOLUME_NORMAL)
|
||||
user.death() // Just in case
|
||||
|
||||
/obj/item/gun/projectile/revolver/fingergun //Summoned by the Finger Gun spell, from advanced mimery traitor item
|
||||
/// Summoned by the Finger Gun spell, from advanced mimery traitor item
|
||||
/obj/item/gun/projectile/revolver/fingergun
|
||||
name = "\improper finger gun"
|
||||
desc = "Bang bang bang!"
|
||||
icon_state = "fingergun"
|
||||
|
||||
@@ -86,7 +86,8 @@
|
||||
|
||||
// RIOT SHOTGUN //
|
||||
|
||||
/obj/item/gun/projectile/shotgun/riot //for spawn in the armory
|
||||
/// for spawn in the armory
|
||||
/obj/item/gun/projectile/shotgun/riot
|
||||
name = "riot shotgun"
|
||||
desc = "A sturdy shotgun with a longer magazine and a fixed tactical stock designed for non-lethal riot control."
|
||||
icon_state = "riotshotgun"
|
||||
|
||||
Reference in New Issue
Block a user