This commit is contained in:
TDSSS
2018-10-14 16:34:08 +02:00
parent a39c1737fa
commit b34be9f9e6
@@ -3,7 +3,8 @@
..(user)
var/msg = "<span class='info'>"
msg += "It has loaded a [module.name].\n"
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"