Last editorconfig fixup (#17782)

* one

* two

* three

* fsdsdf
This commit is contained in:
Fluffy
2023-11-20 19:22:42 +01:00
committed by GitHub
parent 635c3d4398
commit c25c8b6a37
346 changed files with 408 additions and 367 deletions

View File

@@ -17,4 +17,4 @@
firemodes = list(
list(mode_name="freeze", projectile_type= /obj/item/projectile/beam/freezer, fire_sound='sound/weapons/pulse3.ogg'),
list(mode_name="ice bolt", projectile_type= /obj/item/projectile/ice, fire_sound='sound/weapons/crossbow.ogg')
)
)

View File

@@ -33,4 +33,4 @@
return 1
/obj/item/gun/energy/wand/toy
origin_tech = null
origin_tech = null

View File

@@ -25,4 +25,4 @@
if (..())
return 1
usr.set_machine(src)
src.add_fingerprint(usr)
src.add_fingerprint(usr)

View File

@@ -327,4 +327,4 @@
name = "bone dart"
damage = 10
armor_penetration = 10
check_armor = "bullet"
check_armor = "bullet"

View File

@@ -9,4 +9,4 @@
if(!mob) return 1 // Runtime prevention on N00k agents spawning with SMG
screen -= mob.item_use_icon
screen -= mob.gun_move_icon
screen -= mob.radio_use_icon
screen -= mob.radio_use_icon

View File

@@ -18,4 +18,4 @@
if(ismob(A) && user.aiming)
user.aiming.aim_at(A, src)
return 1
return 0
return 0