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:
Cody Brittain
2023-11-22 16:27:51 +00:00
committed by GitHub
co-authored by Cody Brittain
parent 4b9303a1e9
commit 06601c9ec3
335 changed files with 763 additions and 674 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -1,7 +1,7 @@
/obj/item/psychic_power
name = "psychic power"
icon = 'icons/obj/psychic_powers.dmi'
flags = 0
atom_flags = 0
anchored = TRUE
throwforce = 0 //Just to be on the safe side
throw_range = 0