This commit is contained in:
silicons
2021-02-22 01:29:49 -07:00
parent 060c49b9a6
commit 67152f0a75
78 changed files with 480 additions and 482 deletions
@@ -41,14 +41,14 @@
/obj/item/modular_computer/proc/install_default_programs()
return 1
/obj/item/modular_computer/New()
/obj/item/modular_computer/Initialize(mapload)
. = ..()
START_PROCESSING(SSobj, src)
install_default_hardware()
if(hard_drive)
install_default_programs()
update_icon()
update_verbs()
..()
/obj/item/modular_computer/Destroy()
kill_program(1)
@@ -18,8 +18,8 @@
broken_damage = 150
w_class = ITEMSIZE_HUGE
/obj/item/modular_computer/telescreen/New()
..()
/obj/item/modular_computer/telescreen/Initialize(mapload)
. = ..()
// Allows us to create "north bump" "south bump" etc. named objects, for more comfortable mapping.
name = "telescreen"
@@ -56,4 +56,4 @@
screen_on = TRUE
to_chat(user, "You secure \the [src].")
return
..()
..()