renames receive_damage() for animations to receiving_damage()

renames take_damage() for organs to receive_damage()
renames Deconstruct() to deconstruct() for atmos objects
obj_integrity, max_integrity, integrity_failure vars moved to /obj level, obj_integrity = max_integrity on New()
This commit is contained in:
uraniummeltdown
2017-12-28 00:32:54 +05:00
parent 73d7af2675
commit 75e177b7a9
47 changed files with 108 additions and 108 deletions
-1
View File
@@ -259,7 +259,6 @@
var/obj/R = new rods_type(loc, rods_amount)
transfer_fingerprints_to(R)
qdel(src)
..()
/obj/structure/grille/proc/obj_break()
if(!broken && can_deconstruct)