mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Revert breakable objects for now. (#32234)
* revert * why didn't this get reverted?
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user