Fixes an examine() runtime (#60248)

This commit is contained in:
Rohesie
2021-07-16 20:06:42 -07:00
committed by GitHub
parent 5811017569
commit a8a9b6ad44
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -254,8 +254,8 @@
..()
/obj/item/card/mining_point_card/examine(mob/user)
..()
to_chat(user, span_alert("There's [points] point\s on the card."))
. = ..()
. += span_alert("There's [points] point\s on the card.")
/obj/item/storage/backpack/duffelbag/mining_conscript
name = "mining conscription kit"