This commit is contained in:
Geeves
2021-03-01 17:40:59 +02:00
committed by GitHub
parent 0d5ada01c8
commit 714448e714
42 changed files with 307 additions and 497 deletions
-5
View File
@@ -21,8 +21,6 @@
/********
* photo *
********/
var/global/photo_count = 0
/obj/item/photo
name = "photo"
desc = "An archaic means of visual preservation, kept alive as kitschy memorabilia by paparazzi, conspiracy theorists and teenage girls."
@@ -40,9 +38,6 @@ var/global/photo_count = 0
drop_sound = 'sound/items/drop/paper.ogg'
pickup_sound = 'sound/items/pickup/paper.ogg'
/obj/item/photo/New()
id = photo_count++
/obj/item/photo/attack_self(mob/user as mob)
user.examinate(src)