mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Stop using \improper improperly. (#24410)
This commit is contained in:
@@ -381,7 +381,7 @@
|
||||
|
||||
// The "magic hand" items
|
||||
/obj/item/melee/blood_magic
|
||||
name = "\improper magical aura"
|
||||
name = "magical aura"
|
||||
desc = "A sinister looking aura that distorts the flow of reality around it."
|
||||
icon = 'icons/obj/items.dmi'
|
||||
lefthand_file = 'icons/mob/inhands/items_lefthand.dmi'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/obj/item/melee/touch_attack
|
||||
name = "\improper outstretched hand"
|
||||
name = "outstretched hand"
|
||||
desc = "High Five?"
|
||||
var/catchphrase = "High Five!"
|
||||
var/on_use_sound = null
|
||||
|
||||
Reference in New Issue
Block a user