mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix a robutt namepick bug.
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
mind.transfer_to(O)
|
||||
if(O.mind.assigned_role == "Cyborg")
|
||||
O.mind.original = O
|
||||
else if(mind.special_role)
|
||||
else if(mind&&mind.special_role)
|
||||
O.mind.store_memory("In case you look at this after being borged, the objectives are only here until I find a way to make them not show up for you, as I can't simply delete them without screwing up round-end reporting. --NeoFite")
|
||||
else
|
||||
O.key = key
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
<li class="rscadd">Added TG's voice analyser.</li>
|
||||
<li class="rscadd">Added Bay's megaphone.</li>
|
||||
<li class="rscadd">Added NanoUI for the antimatter engine.</li>
|
||||
<li class="rscadd">Protolathes now have a queue.</li>
|
||||
<li class="rscadd">Added Osaifh's new borg component sprites.</li>
|
||||
<li class="rscadd">Added lokiamis' new robot limb sprites.</li>
|
||||
<li class="rscadd">Replaced detective's office with lokiamis' rework of it.</li>
|
||||
@@ -99,6 +100,7 @@
|
||||
<li class="bugfix">Atmos tank and monitoring computers fixed.</li>
|
||||
<li class="bugfix">MoMMIs can no longer speak one character at a time.</li>
|
||||
<li class="bugfix">Fixed IV drips being interacted with in death or crit.</li>
|
||||
<li class="bugfix">Robots and MoMMIs now get asked to set their name on roundstart.</li>
|
||||
<li class="bugfix">Fix magic stunprod powercells.</li>
|
||||
<li class="bugfix">Added strict checking of things put into cigarette packets.</li>
|
||||
<li class="bugfix">Monkeycubes for Farwa, Naera, etc. should be expandable via fire extinguisher, now.</li>
|
||||
|
||||
Reference in New Issue
Block a user