mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +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
@@ -1063,7 +1063,8 @@
|
||||
/obj/machinery/power/apc/off_station/empty_charge
|
||||
start_charge = 0
|
||||
|
||||
/obj/machinery/power/apc/syndicate //general syndicate access
|
||||
/// general syndicate access
|
||||
/obj/machinery/power/apc/syndicate
|
||||
name = "Main branch, do not use"
|
||||
req_access = list(ACCESS_SYNDICATE)
|
||||
report_power_alarm = FALSE
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/obj/singularity/narsie //Moving narsie to a child object of the singularity so it can be made to function differently. --NEO
|
||||
/// Moving narsie to a child object of the singularity so it can be made to function differently. --NEO
|
||||
/obj/singularity/narsie
|
||||
name = "Nar'sie's Avatar"
|
||||
desc = "Your mind begins to bubble and ooze as it tries to comprehend what it sees."
|
||||
icon = 'icons/obj/magic_terror.dmi'
|
||||
|
||||
@@ -1026,7 +1026,8 @@
|
||||
moveable = FALSE
|
||||
anchored = TRUE
|
||||
|
||||
/obj/machinery/atmospherics/supermatter_crystal/shard/hugbox/fakecrystal //Hugbox shard with crystal visuals, used in the Supermatter/Hyperfractal shuttle
|
||||
/// Hugbox shard with crystal visuals, used in the Supermatter/Hyperfractal shuttle
|
||||
/obj/machinery/atmospherics/supermatter_crystal/shard/hugbox/fakecrystal
|
||||
name = "supermatter crystal"
|
||||
base_icon_state = "darkmatter"
|
||||
icon_state = "darkmatter"
|
||||
|
||||
Reference in New Issue
Block a user