Merge pull request #9849 from TDSSS/robo-flavour

Added examine text for borg module
This commit is contained in:
Mark Mak
2018-10-17 21:35:48 +08:00
committed by GitHub
@@ -3,6 +3,8 @@
..(user)
var/msg = "<span class='info'>"
if(module)
msg += "It has loaded a [module.name].\n"
var/obj/act_module = get_active_hand()
if(act_module)
msg += "It is holding [bicon(act_module)] \a [act_module].\n"