mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fixes custom item name.
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
desc = "It's a cool looking pen. Lots of colors!"
|
desc = "It's a cool looking pen. Lots of colors!"
|
||||||
|
|
||||||
/obj/item/weapon/pen/fluff/fancypen
|
/obj/item/weapon/pen/fluff/fancypen
|
||||||
name = "multicolor pen"
|
name = "fancy pen"
|
||||||
desc = "A fancy metal pen. It uses blue ink. An inscription on one side reads,\"L.L. - L.R.\""
|
desc = "A fancy metal pen. It uses blue ink. An inscription on one side reads,\"L.L. - L.R.\""
|
||||||
icon = 'custom_items.dmi'
|
icon = 'custom_items.dmi'
|
||||||
icon_state = "fancypen"
|
icon_state = "fancypen"
|
||||||
|
|||||||
@@ -501,6 +501,16 @@
|
|||||||
del(M)
|
del(M)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if(client && client.holder && (client.holder.state == 2))
|
||||||
|
client.admin_play()
|
||||||
|
return
|
||||||
|
|
||||||
|
M.key = client.key
|
||||||
|
M.Login()
|
||||||
|
return
|
||||||
|
|
||||||
/mob/verb/cmd_rules()
|
/mob/verb/cmd_rules()
|
||||||
set name = "Rules"
|
set name = "Rules"
|
||||||
set category = "OOC"
|
set category = "OOC"
|
||||||
|
|||||||
Reference in New Issue
Block a user