mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
Large Multi-Bugfix (#4917)
* fixes #4877 * fixes #4797 * fixes #4827 * newscaster formatting fixes, fixes #4907, fixes character limit
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user