remove polaroid camera varedits (#22459)

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
warriorstar-orion
2023-10-17 20:06:46 +01:00
committed by GitHub
co-authored by S34N
parent ded9a13594
commit 637ff14af1
5 changed files with 46259 additions and 46293 deletions
+10 -1
View File
@@ -162,7 +162,10 @@
slot_flags = SLOT_FLAG_BELT
var/list/matter = list("metal" = 2000)
var/pictures_max = 10
var/pictures_left = 10
// cameras historically were varedited to start with 30 shots despite
// cartridges only being 10 extra shots, hency why pictures_left >
// pictures_max, at least to start
var/pictures_left = 30
var/on = TRUE
var/on_cooldown = FALSE
var/blueprints = 0
@@ -173,6 +176,12 @@
var/current_photo_num = 1
var/digital = FALSE
/obj/item/camera/autopsy
name = "autopsy camera"
/obj/item/camera/detective
name = "detective's camera"
/obj/item/camera/examine(mob/user)
. = ..()
if(!digital)