mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 03:52:52 +00:00
Enforces TRUE/FALSE for edge (#11495)
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
damage = 50
|
||||
check_armor = "bullet"
|
||||
sharp = 1
|
||||
edge = 1
|
||||
edge = TRUE
|
||||
|
||||
/obj/item/projectile/bullet/gyro/on_impact(var/atom/A)
|
||||
explosion(A, -1, 0, 2)
|
||||
@@ -200,7 +200,7 @@
|
||||
damage = 75
|
||||
check_armor = "bomb"
|
||||
sharp = 1
|
||||
edge = 1
|
||||
edge = TRUE
|
||||
|
||||
/obj/item/projectile/bullet/trod/on_impact(var/atom/A)
|
||||
explosion(A, 0, 0, 4)
|
||||
@@ -300,4 +300,4 @@
|
||||
icon_state= "icer_bolt"
|
||||
damage = 15
|
||||
damage_type = BRUTE
|
||||
check_armor = "energy"
|
||||
check_armor = "energy"
|
||||
|
||||
Reference in New Issue
Block a user