mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Rewrite examine() to pass a list around
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
..()
|
||||
|
||||
/obj/item/weapon/card/mining_point_card/examine(mob/user)
|
||||
..(user)
|
||||
to_chat(user, "There's [mine_points] excavation points on the card.")
|
||||
to_chat(user, "There's [survey_points] survey points on the card.")
|
||||
. = ..()
|
||||
. += "There's [mine_points] excavation points on the card."
|
||||
. += "There's [survey_points] survey points on the card."
|
||||
|
||||
/obj/item/weapon/card/mining_point_card/survey
|
||||
mine_points = 0
|
||||
|
||||
Reference in New Issue
Block a user