mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +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
@@ -211,17 +211,20 @@
|
||||
name = "\improper X-01 multiphase energy gun power cell"
|
||||
maxcharge = 1200
|
||||
|
||||
/obj/item/stock_parts/cell/pulse //200 pulse shots
|
||||
/// 200 pulse shots
|
||||
/obj/item/stock_parts/cell/pulse
|
||||
name = "pulse rifle power cell"
|
||||
maxcharge = 40000
|
||||
rating = 3
|
||||
chargerate = 1500
|
||||
|
||||
/obj/item/stock_parts/cell/pulse/carbine //25 pulse shots
|
||||
/// 25 pulse shots
|
||||
/obj/item/stock_parts/cell/pulse/carbine
|
||||
name = "pulse carbine power cell"
|
||||
maxcharge = 5000
|
||||
|
||||
/obj/item/stock_parts/cell/pulse/pistol //10 pulse shots
|
||||
/// 10 pulse shots
|
||||
/obj/item/stock_parts/cell/pulse/pistol
|
||||
name = "pulse pistol power cell"
|
||||
maxcharge = 2000
|
||||
|
||||
@@ -371,7 +374,8 @@
|
||||
maxcharge = 40000
|
||||
chargerate = 2600 // about 30 seconds to charge with a default recharger
|
||||
|
||||
/obj/item/stock_parts/cell/emproof/reactive // EMP proof so emp_act does not double dip.
|
||||
/// EMP proof so emp_act does not double dip.
|
||||
/obj/item/stock_parts/cell/emproof/reactive
|
||||
name = "reactive armor power cell"
|
||||
desc = "A cell used to power reactive armors."
|
||||
maxcharge = 2400
|
||||
|
||||
Reference in New Issue
Block a user