mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
changes projectile's armor resistance flag to "armor_flag" (#65487)
* IHATEVARIABLES * removes the face
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
nodamage = TRUE
|
||||
damage = 0 //We're just here to mark people. This is still a melee weapon.
|
||||
damage_type = BRUTE
|
||||
flag = BOMB
|
||||
armor_flag = BOMB
|
||||
range = 6
|
||||
log_override = TRUE
|
||||
var/obj/item/kinetic_crusher/hammer_synced
|
||||
|
||||
@@ -603,7 +603,7 @@
|
||||
/obj/projectile/soulscythe
|
||||
name = "soulslash"
|
||||
icon_state = "soulslash"
|
||||
flag = MELEE //jokair
|
||||
armor_flag = MELEE //jokair
|
||||
damage = 15
|
||||
light_range = 1
|
||||
light_power = 1
|
||||
|
||||
Reference in New Issue
Block a user