Merge pull request #13978 from optimumtact/patch-7

Spelling mistake in borg transformer
This commit is contained in:
tkdrg
2015-12-24 23:07:37 -03:00

View File

@@ -1,6 +1,6 @@
/obj/machinery/transformer
name = "\improper Automatic Robotic Factory 5000"
desc = "A large metalic machine with an entrance and an exit. A sign on the side reads, 'human go in, robot come out', human must be lying down and alive. Has to cooldown between each use."
desc = "A large metallic machine with an entrance and an exit. A sign on the side reads, 'human go in, robot come out', human must be lying down and alive. Has to cooldown between each use."
icon = 'icons/obj/recycling.dmi'
icon_state = "separator-AO1"
layer = MOB_LAYER+1 // Overhead
@@ -103,4 +103,4 @@
// West
var/turf/west = locate(T.x - 1, T.y, T.z)
if(istype(west, /turf/simulated/floor))
new /obj/machinery/conveyor/auto(west, WEST)
new /obj/machinery/conveyor/auto(west, WEST)