Large Multi-Bugfix (#4917)

* fixes #4877
* fixes #4797
* fixes #4827
* newscaster formatting fixes, fixes #4907, fixes character limit
This commit is contained in:
MarinaGryphon
2018-06-22 14:42:38 -05:00
committed by Erki
parent 7877c6876b
commit 65f0e0e558
7 changed files with 22 additions and 10 deletions
@@ -161,7 +161,7 @@
return
var/mob/living/carbon/human/H = M
if (!H.species || !isipc(H) || !H.organs_by_name["groin"])
if (!H.species || !isipc(H) || !H.organs_by_name["head"])
user << "<span class = 'warning'>You cannot use this on a non-synthetic organism!</span>"
return
@@ -178,9 +178,9 @@
user.show_message("<span class = 'warning'>You implanted the implant into [M].</span>")
ipc_tag.replaced(H, H.organs_by_name["groin"])
qdel(ipc_tag)
ipc_tag.replaced(H, H.organs_by_name["head"])
ipc_tag = null
update()