![]() |
Let the AI mainframe wear blunts/joints - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: Ideas & Suggestions (https://forum.ss13.co/forumdisplay.php?fid=8) +--- Thread: Let the AI mainframe wear blunts/joints (/showthread.php?tid=6269) |
Let the AI mainframe wear blunts/joints - Noah Buttes - 04-20-2016 Just like how they can wear fake mustaches. RE: Let the AI mainframe wear blunts/joints - babayetu83 - 04-20-2016 why stop with just cigarettes and shit why not just give them a hat/mask slot RE: Let the AI mainframe wear blunts/joints - Noah Buttes - 04-21-2016 (04-20-2016, 11:13 PM)babayetu83 Wrote: why stop with just cigarettes and shit If it's anything like borgs, I imagine it's a huge hassle. RE: Let the AI mainframe wear blunts/joints - Grek - 04-21-2016 Code: else if (istype(module, /obj/item/clothing/mask/moustache/)) Code: if (src.moustache_mode == 1) Here's the relevant code. For those of you who can't read that, it works by overlaying a picture of a mustache onto the AI as a special case. I could MAYBE add a few more as a patch, but getting the layering right would be tricky and it would be better practice coding-wise to redo how clothing works for non-humans. |