Merge pull request #12720 from timothyteakettle/eye-contact

port examines and eye contact
This commit is contained in:
silicons
2020-07-11 00:14:47 -07:00
committed by GitHub
10 changed files with 172 additions and 13 deletions
@@ -184,6 +184,15 @@
blocked = FALSE
return
/obj/machinery/computer/arcade/battle/examine_more(mob/user)
to_chat(user, "<span class='notice'>Scribbled on the side of the Arcade Machine you notice some writing...\
\nmagical -> >=50 power\
\nsmart -> defend, defend, light attack\
\nshotgun -> defend, defend, power attack\
\nshort temper -> counter, counter, counter\
\npoisonous -> light attack, light attack, light attack\
\nchonker -> power attack, power attack, power attack</span>")
return ..()
/obj/machinery/computer/arcade/battle/emag_act(mob/user)
. = ..()