mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Merge pull request #11042 from Core0verload/fixedmyshit
Fixes implants not showing on HUD
This commit is contained in:
@@ -431,7 +431,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
|
||||
/obj/machinery/say_quote(input, list/spans)
|
||||
var/ending = copytext(input, length(input) - 2)
|
||||
if (ending == "!!!")
|
||||
return "blares, \"attach_spans(input, spans)\""
|
||||
return "blares, \"[attach_spans(input, spans)]\""
|
||||
|
||||
return ..()
|
||||
|
||||
|
||||
@@ -43,12 +43,12 @@
|
||||
|
||||
if(activated)
|
||||
action_button_name = "Activate [src.name]"
|
||||
if(istype(source, /mob/living/carbon/human))
|
||||
var/mob/living/carbon/human/H = source
|
||||
H.sec_hud_set_implants()
|
||||
src.loc = source
|
||||
imp_in = source
|
||||
implanted = 1
|
||||
if(istype(source, /mob/living/carbon/human))
|
||||
var/mob/living/carbon/human/H = source
|
||||
H.sec_hud_set_implants()
|
||||
|
||||
if(user)
|
||||
add_logs(user, source, "implanted", object="[name]")
|
||||
|
||||
Reference in New Issue
Block a user