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 11:27:51 -05:00
committed by GitHub
parent 4b9303a1e9
commit 06601c9ec3
335 changed files with 763 additions and 674 deletions
+2 -2
View File
@@ -169,7 +169,7 @@
grab_smash_attack(G, DAMAGE_PAIN)
return
if(W.flags & NOBLUDGEON) return
if(W.item_flags & ITEM_FLAG_NO_BLUDGEON) return
if(W.isscrewdriver())
to_chat(user, ("<span class='notice'>It's a holowindow, you can't unfasten it!</span>"))
@@ -262,7 +262,7 @@
throw_range = 5
throwforce = 0
w_class = ITEMSIZE_SMALL
flags = NOBLOODY
atom_flags = ATOM_FLAG_NO_BLOOD
item_icons = list(
slot_l_hand_str = 'icons/mob/items/weapons/lefthand_energy.dmi',
slot_r_hand_str = 'icons/mob/items/weapons/righthand_energy.dmi'