mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
remove polaroid camera varedits (#22459)
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
S34N
parent
ded9a13594
commit
637ff14af1
+11157
-11170
File diff suppressed because it is too large
Load Diff
+7112
-7120
File diff suppressed because it is too large
Load Diff
+15739
-15748
File diff suppressed because it is too large
Load Diff
+12241
-12254
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user