Rename toy/mech to toy/mecha to match mecha code.

This commit is contained in:
Rykka
2020-08-12 20:13:45 -04:00
parent 13263b41a5
commit 98c07231e2
4 changed files with 60 additions and 60 deletions

View File

@@ -58,7 +58,7 @@
if(53 to 54)
new/obj/item/latexballon(src)
if(55 to 56)
var/newitem = pick(typesof(/obj/item/toy/mech) - /obj/item/toy/mech)
var/newitem = pick(typesof(/obj/item/toy/mecha) - /obj/item/toy/mecha)
new newitem(src)
if(57 to 58)
new/obj/item/toy/syndicateballoon(src)