Revert breakable objects for now. (#32234)

* revert

* why didn't this get reverted?
This commit is contained in:
ShiftyRail
2022-03-15 22:42:00 +00:00
committed by GitHub
parent e9958264de
commit 6f20e1f4be
73 changed files with 628 additions and 582 deletions

View File

@@ -3,7 +3,7 @@
icon = 'icons/obj/machines/telecomms.dmi'
icon_state = "server"
var/datum/research/files
health = 100
var/health = 100
var/list/id_with_upload = list() //List of R&D consoles with upload to server access.
var/list/id_with_download = list() //List of R&D consoles with download from server access.
var/id_with_upload_string = "" //String versions for easy editing in map editor.

View File

@@ -9,7 +9,7 @@
var/obj/machinery/artifact/contained
var/obj/item/weapon/paper/anomaly/report
var/broken = FALSE
health = 1000
var/health = 1000
/obj/structure/anomaly_container/Destroy()
if (contained)