Cleans up some unused files / vars (#11496)

This commit is contained in:
Cameron Lennox
2025-08-23 15:20:12 -04:00
committed by GitHub
parent cf9f26e357
commit 18b5644926
10 changed files with 0 additions and 1258 deletions

View File

@@ -1,2 +0,0 @@
/obj/item/gun
var/holy = 0 //For Divinely blessed guns

View File

@@ -32,4 +32,3 @@
/obj/item/gun/projectile/shotgun/doublebarrel/sawn/alt/holy
ammo_type = /obj/item/ammo_casing/a12g/silver
holy = 1

View File

@@ -1,7 +1,3 @@
/obj/item/projectile
/// If this projectile is holy. Silver bullets, etc. Currently no effects.
var/holy = 0
/obj/item/projectile/bullet/pellet/shotgun/silver
name = "shrapnel"
fire_sound = 'sound/weapons/weaponsounds_shotgunshot.ogg'
@@ -11,4 +7,3 @@
pellets = 6
range_step = 1
spread_step = 20
holy = 1