This commit is contained in:
DJSnapshot
2014-04-05 16:24:56 -07:00
179 changed files with 4901 additions and 4359 deletions
+8 -1
View File
@@ -26,6 +26,13 @@
/obj/item/weapon/paper_bin/attack_hand(mob/user as mob)
if (hasorgans(user))
var/datum/organ/external/temp = user:organs_by_name["r_hand"]
if (user.hand)
temp = user:organs_by_name["l_hand"]
if(temp && !temp.is_usable())
user << "<span class='notice'>You try to move your [temp.display_name], but cannot!"
return
if(amount >= 1)
amount--
if(amount==0)
@@ -104,4 +111,4 @@
user << "<span class='notice'>[src] is empty!</span>"
add_fingerprint(user)
return
return
+1 -1
View File
@@ -26,7 +26,7 @@
icon = 'icons/obj/items.dmi'
icon_state = "photo"
item_state = "paper"
w_class = 1.0
w_class = 2.0
var/icon/img //Big photo image
var/scribble //Scribble on the back.