More fixes.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
user.emote("me",1,"admires such a spiffy hat.",TRUE)
|
||||
return ..()
|
||||
|
||||
/obj/item/clothing/head/foilhat/MouseDrop(atom/over_object)
|
||||
/obj/item/clothing/head/hattip/MouseDrop(atom/over_object)
|
||||
//You sure do love tipping your hat.
|
||||
if(usr)
|
||||
var/mob/living/carbon/C = usr
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
if(!I)
|
||||
user.put_in_active_hand(src)
|
||||
|
||||
/obj/item/FermiChem/pHbooklet/MouseDrop(atom/over_object)
|
||||
/obj/item/FermiChem/pHbooklet/MouseDrop(atom/over_object, mob/user)
|
||||
if(user.get_held_index_of_item(src))
|
||||
user.put_in_active_hand(src)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user