Part 2
This commit is contained in:
@@ -139,8 +139,8 @@
|
||||
|
||||
|
||||
/obj/item/gun/ballistic/examine(mob/user)
|
||||
..()
|
||||
to_chat(user, "It has [get_ammo()] round\s remaining.")
|
||||
. = ..()
|
||||
. += "It has [get_ammo()] round\s remaining."
|
||||
|
||||
/obj/item/gun/ballistic/proc/get_ammo(countchambered = 1)
|
||||
var/boolets = 0 //mature var names for mature people
|
||||
|
||||
Reference in New Issue
Block a user