mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
replaces atom.initialized with ATOM_INITIALIZED
refactors atom/var/flags to atom_flags and area_flags moves NOBLOODY, NOBLUDGEON, and PHORONGUARD to item_flags instead of atom_flags corrects various misapplied flags
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
hit(50)
|
||||
return
|
||||
|
||||
if(W.flags & NOBLUDGEON) return
|
||||
if(W.item_flags & NOBLUDGEON) return
|
||||
|
||||
if(W.is_screwdriver())
|
||||
to_chat(user, "<span class='notice'>It's a holowindow, you can't unfasten it!</span>")
|
||||
@@ -288,7 +288,7 @@
|
||||
throw_range = 5
|
||||
throwforce = 0
|
||||
w_class = ITEMSIZE_SMALL
|
||||
flags = NOBLOODY
|
||||
item_flags = NOBLOODY
|
||||
var/active = 0
|
||||
|
||||
/obj/item/holo/esword/green
|
||||
|
||||
Reference in New Issue
Block a user