* Mimery Kit Adjustments
This commit lowers the cost to 12 TCs
* Grammar changes
Makes some messages more grammatically correct and better sounding yeah
* Fixes shooting mime bullets while restrained/incapacitated
* Update syndicatebeacon.dm
* Update
* No more sanic ball
* Beacon buff
* Slow dooown
* Fuck movement scaling actually
* Atomized
* De-debugging
* world is now poi_list
* adds gauze reaction, partially refactors sink water interactions
* Hey guys scarce here
Apparently it takes bandit more than 3 days to make one simple change
* Update watercloset.dm
asdf
* Allows more mobs to use advanced camera consoles
Lessend mob type restrictions on advanced camera consoles, specifically
affecting drones and cyborgs.
* Remove borg adjacency check + Restrict AI
- Uncomments to AI restriction
- Removed adjacency requirement for borgs.
* Alien larva poll ghosts before bursting
🆑 coiax
add: Ghosts are polled if they want to play an alien larva that is about
to chestburst. They are also told who is the (un)lucky victim.
/🆑
* Messages and fixes
* Removed var from giant list of vars
* Minor implants refactor
Fixes#24375.
Implant cases and implanters now have an `imp_type` var for making the
implant in New(), rather than individually creating the implant in
New(), which would have worked fine except when you try to create
subclasses of implanters.
* Initialize gt New
Thanks to Nadrew at byond forums
The full details is that somebody can use the built in version of these verbs to aimbot or find the location of items.
.click 'name-of-mob' and you will click on that mob, meaning you now point in that direction and if its in range, you click directly on it. something that could be automated with auto hotkey.
This still requires a control_freak bypass, but there is a way to do that that is stupid easy that I don't want to detail it.
🆑 coiax
fix: Clones no longer gasp for air while in cloning pods.
add: Adds a new reagent, "Mime's Bane", that prevents all emoting while
it is in a victim's system. Currently admin only.
/🆑
- Clones keep gasping a lot, either because they're not in an oxygenated
environment, or because they start in crit. This fixes that in a fairly
clean manner, and also adds a "fun" reagent to give to evil clowns or
something.