Merge remote-tracking branch 'upstream/master' into HolidayDatums

Conflicts:
	code/__DEFINES/misc.dm
This commit is contained in:
Tigercat2000
2015-05-16 18:40:54 -07:00
177 changed files with 4385 additions and 2397 deletions
+15
View File
@@ -47,6 +47,21 @@
icon_state = "pen"
colour = "white"
/obj/item/weapon/pen/multi //spaceman96: Trenna Seber
name = "multicolor pen"
desc = "It's a cool looking pen. Lots of colors!"
/obj/item/weapon/pen/fancy
name = "fancy pen"
desc = "A fancy metal pen. It uses blue ink. An inscription on one side reads,\"L.L. - L.R.\""
icon = 'icons/obj/custom_items.dmi'
icon_state = "fancypen"
/obj/item/weapon/pen/gold
name = "Gilded Pen"
desc = "A golden pen that is gilded with a meager amount of gold material. The word 'Nanotrasen' is etched on the clip of the pen."
icon = 'icons/obj/custom_items.dmi'
icon_state = "eugene_pen"
/obj/item/weapon/pen/attack(mob/living/M, mob/user)
if(!istype(M))