Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bokkiewokkie <43698041+Bokkiewokkie@users.noreply.github.com>
  • Loading branch information
Pockets-byte and Bokkiewokkie authored Nov 21, 2024
1 parent 00666a7 commit 44d6591
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _maps/vonneumann.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Missile Array",
"2 light fighters",
"Advanced Gas Cooled Nuclear Reactor",
"Turing Drive",
"Thirring Drive",
"Thermoelectric Generator"
]
}
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/energy/energy_gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/obj/item/gun/energy/e_gun/mini/heads
name = "Personal Tiny Self Defense Gun"
desc = "The PTSD gun has a built-in flashlight and the ability to recharge itself in two minutes. PTSD is standard issue for leadership within Solgov. It has two settings: disable and kill."
desc = "The PTSD gun has a built-in flashlight and the ability to recharge itself in two minutes. PTSD is standard issue for leadership within Solgov. It has two settings: disable and kill." //NSV13 change Nanotrasen to Solgov
ammo_type = list(/obj/item/ammo_casing/energy/disabler/hos, /obj/item/ammo_casing/energy/laser) ///uses the hos disabler rounds to slightly weaken the disabler count and also to avoid encountering a visual bug where the gun is out of charge but displays that it has one enough for another shot.
selfcharge = 1
charge_delay = 20
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/energy/laser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/obj/item/gun/energy/laser/retro
name ="retro laser gun"
icon_state = "retro"
desc = "A modern lasergun, used by Solgov's private security or military forces. it is quite deadly and easy to maintain, making it a favorite."
desc = "A modern lasergun, used by Solgov's private security or military forces. it is quite deadly and easy to maintain, making it a favorite." //NSV13 changed description
ammo_x_offset = 3

/obj/item/gun/energy/laser/retro/old
Expand Down
1 change: 0 additions & 1 deletion config/maps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ map snake
endmap

map vonneumann
minplayers 3
maxplayers 30
votable
endmap
Expand Down
1 change: 0 additions & 1 deletion nsv13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4063,7 +4063,6 @@
#include "nsv13\code\modules\power\lighting.dm"
#include "nsv13\code\modules\power\power.dm"
#include "nsv13\code\modules\power\stormdrive.dm"
#include "nsv13\code\modules\power\supercollector.dm"
#include "nsv13\code\modules\power\multicellcharger\multi_cell_charger.dm"
#include "nsv13\code\modules\power\reactor\control_rods.dm"
#include "nsv13\code\modules\power\reactor\fuel_rods.dm"
Expand Down

0 comments on commit 44d6591

Please sign in to comment.