mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Grep for space indentation (#54850)
#54604 atomizing Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
var/special_mags = FALSE
|
||||
///The bolt type of the gun, affects quite a bit of functionality, see combat.dm defines for bolt types: BOLT_TYPE_STANDARD; BOLT_TYPE_LOCKING; BOLT_TYPE_OPEN; BOLT_TYPE_NO_BOLT
|
||||
var/bolt_type = BOLT_TYPE_STANDARD
|
||||
///Used for locking bolt and open bolt guns. Set a bit differently for the two but prevents firing when true for both.
|
||||
///Used for locking bolt and open bolt guns. Set a bit differently for the two but prevents firing when true for both.
|
||||
var/bolt_locked = FALSE
|
||||
var/show_bolt_icon = TRUE ///Hides the bolt icon.
|
||||
///Whether the gun has to be racked each shot or not.
|
||||
|
||||
@@ -282,7 +282,7 @@
|
||||
crosslink()
|
||||
|
||||
/obj/item/gun/energy/wormhole_projector/core_inserted
|
||||
firing_core = TRUE
|
||||
firing_core = TRUE
|
||||
|
||||
/* 3d printer 'pseudo guns' for borgs */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user