mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Split up and rename var/flags (#17794)
* Split up and rename `var/flags` * Various fixes * CL * Don't rename Phoron Guard phoron preset --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
4b9303a1e9
commit
06601c9ec3
@@ -15,7 +15,7 @@
|
||||
armor_penetration = 20
|
||||
cooldown = 0
|
||||
psi_cost = 3
|
||||
flags = 0
|
||||
item_flags = 0
|
||||
hitsound = 'sound/weapons/resonator_blast.ogg'
|
||||
|
||||
/obj/item/spell/punch/on_melee_cast(atom/hit_atom, mob/living/user, def_zone)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
psi_cost = 35
|
||||
attack_verb = list("rent apart", "disintegrated")
|
||||
hitsound = 'sound/weapons/heavysmash.ogg'
|
||||
flags = 0
|
||||
item_flags = 0
|
||||
var/structure_mode = FALSE
|
||||
|
||||
/obj/item/spell/rend/on_use_cast(mob/user, bypass_psi_check)
|
||||
|
||||
Reference in New Issue
Block a user