Skip to content

Commit

Permalink
Remove serials
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Jan 10, 2024
1 parent a8a722b commit 89a7ca3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,6 @@
/// What skill level is needed in the gun's skill to completely negate the chance of an accident.
var/safety_skill = SKILL_EXPERIENCED

//[SIERRA-EDIT]
var/is_serial = 0 //the entrie variable that defines should the gun have serial
var/serial // < most important thing, this is the SERIAL itself
var/s_type //energy or kinetic
var/s_gun //gun type, e.g. LP - laep
//see below

var/global/serials = list()
//[/SIERRA-EDIT]

/obj/item/gun/Initialize()
. = ..()
for(var/i in 1 to length(firemodes))
Expand Down

0 comments on commit 89a7ca3

Please sign in to comment.