Better term.

This commit is contained in:
Segrain
2013-06-18 03:20:34 +03:00
parent 6c43ff47e9
commit 6f5cffa753
+1 -1
View File
@@ -213,7 +213,7 @@
playsound(src.loc, 'sound/items/Crowbar.ogg', 100, 1)
user.visible_message("[user] removes the electronics from the windoor.", "You start to remove electronics from the windoor.")
if (do_after(user,40))
user << "\blue You removed the airlock electronics!"
user << "\blue You removed the windoor electronics!"
var/obj/structure/windoor_assembly/wa = new/obj/structure/windoor_assembly(src.loc)
if (istype(src, /obj/machinery/door/window/brigdoor))