Trivial orange shoes apparently don't work for rocket shoes - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: Bug Reports (https://forum.ss13.co/forumdisplay.php?fid=9) +--- Thread: Trivial orange shoes apparently don't work for rocket shoes (/showthread.php?tid=12873) |
orange shoes apparently don't work for rocket shoes - NateTheSquid - 09-07-2019 According to an mhelp convo from Polivilas, orange shoes don't work for making rocket boots, they tried to make rocket shoes with orange shoes and it did nothing, tried with other shoe and it worked. that is all RE: orange shoes apparently don't work for rocket shoes - Gerhazo - 09-07-2019 Confirming the interaction(or rather lack thereof) after personal testing. RE: orange shoes apparently don't work for rocket shoes - UrsulaMejor - 09-07-2019 I wonder if it's because they have their own separate interaction with handcuffs for making shackles? might be a "call your parents" situation RE: orange shoes apparently don't work for rocket shoes - UrsulaMejor - 09-16-2019 Confirmed that this is a "Call your parents" situation. from code\obj\item\clothing\shoes.dm, here is the code for orange shoes: Code: /obj/item/clothing/shoes/orange/attack_self(mob/user as mob) This bug could easily be fixed by doing the following: Code: /obj/item/clothing/shoes/orange/attack_self(mob/user as mob) RE: orange shoes apparently don't work for rocket shoes - Firebarrage - 09-16-2019 |