mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user