Removes now-unnecessary obj_integrity definitions
This commit is contained in:
@@ -14,8 +14,7 @@ It is possible to destroy the net by the occupant or someone else.
|
||||
mouse_opacity = 1//So you can hit it with stuff.
|
||||
anchored = 1//Can't drag/grab the trapped mob.
|
||||
layer = ABOVE_ALL_MOB_LAYER
|
||||
obj_integrity = 25//How much health it has.
|
||||
max_integrity = 25
|
||||
max_integrity = 25 //How much health it has.
|
||||
var/mob/living/affecting = null//Who it is currently affecting, if anyone.
|
||||
var/mob/living/master = null//Who shot web. Will let this person know if the net was successful or failed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user