mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes an examine() runtime (#60248)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user