Removes now-unnecessary obj_integrity definitions
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/obj/structure/destructible //a base for destructible structures
|
||||
max_integrity = 100
|
||||
obj_integrity = 100
|
||||
var/break_message = "<span class='warning'>The strange, admin-y structure breaks!</span>" //The message shown when a structure breaks
|
||||
var/break_sound = 'sound/magic/clockwork/invoke_general.ogg' //The sound played when a structure breaks
|
||||
var/list/debris = null //Parts left behind when a structure breaks, takes the form of list(path = amount_to_spawn)
|
||||
|
||||
Reference in New Issue
Block a user