From 92a6d673bada62f0a1d761f78c03a571c40a17c1 Mon Sep 17 00:00:00 2001 From: Strazyplus Date: Sun, 12 Jul 2020 07:32:09 -0400 Subject: [PATCH] Drakes are dragons too --- code/game/objects/items/plushes.dm | 3 +-- code/modules/mob/living/silicon/robot/robot_modules.dm | 3 +-- {code/game/objects/items => icons/obj}/license.txt | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) rename {code/game/objects/items => icons/obj}/license.txt (66%) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 4bfc67f6ad..7283c752e2 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -1,5 +1,4 @@ -//Drakeplushies are licensed under the CC BY-NC-SA 3.0 license. - +// Drakeborg sprites by Mizartz. drakeborg are licensed under the CC BY-NC-SA 3.0 license. /obj/item/toy/plush name = "plush" desc = "This is the special coder plush, do not steal." diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index eac8b16db2..5f5e2ae952 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -1,5 +1,4 @@ -// Drakeborg sprites by Mizartz. drakeborg are licensed under the CC BY-NC-SA 3.0 license. licenseing infomation located in \icons\mob\cyborg - +// Drakeborg sprites by Mizartz. drakeborg are licensed under the CC BY-NC-SA 3.0 license. /obj/item/robot_module name = "Default" icon = 'icons/obj/module.dmi' diff --git a/code/game/objects/items/license.txt b/icons/obj/license.txt similarity index 66% rename from code/game/objects/items/license.txt rename to icons/obj/license.txt index 6044dfd501..2e27ba80f2 100644 --- a/code/game/objects/items/license.txt +++ b/icons/obj/license.txt @@ -1,3 +1,3 @@ icons/obj/plushies.dmi's icon state of secdrake and meddrake by Mizartz. It has been licensed under the CC BY-NC-SA 3.0 license. -CC BY-NC-SA 3.0 https://creativecommons.org/licenses/by-sa/3.0/ \ No newline at end of file +CC BY-NC-SA 3.0 https://creativecommons.org/licenses/by-nc-sa/3.0/ \ No newline at end of file