Skip to content

Commit

Permalink
Merge pull request #372 from Yata9arasu/new-slime-heads
Browse files Browse the repository at this point in the history
New slime heads
  • Loading branch information
MrCat15352 authored Apr 5, 2024
2 parents 7cfdefa + 943e5db commit 4afc5aa
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@
should_draw_greyscale = FALSE

///JELLY
/obj/item/bodypart/head/jelly
/* /obj/item/bodypart/head/jelly
limb_id = "jelly"
is_dimorphic = TRUE
*/ //MOD_CELADON-CHANGES -> "mod_celadon/species_changes/code/jellypeople.dm"

/obj/item/bodypart/chest/jelly
limb_id = "jelly"
is_dimorphic = TRUE
Expand Down
2 changes: 1 addition & 1 deletion mod_celadon/mod_celadon.dme
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "QoL/_QoL.dme"

// --- ICONS --- //

#include "species_changes/_species_changes.dme"

// --- OBJECTS --- //
#include "cargo_items/_cargo_items.dme"
Expand Down
4 changes: 4 additions & 0 deletions mod_celadon/species_changes/_species_changes.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/modpack/species_changes
name = "Изменения существующих рас"
desc = "Изменения рас, что были добавлены не нами"
author = "Yata9arasu"
3 changes: 3 additions & 0 deletions mod_celadon/species_changes/_species_changes.dme
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "_species_changes.dm"

#include "code/jellypeople.dm"
5 changes: 5 additions & 0 deletions mod_celadon/species_changes/code/jellypeople.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/obj/item/bodypart/head/jelly
limb_id = "jelly"
is_dimorphic = FALSE
static_icon = 'mod_celadon/species_changes/icons/jellypeople.dmi'
icon = 'mod_celadon/species_changes/icons/jellypeople.dmi'
Binary file added mod_celadon/species_changes/icons/jellypeople.dmi
Binary file not shown.

0 comments on commit 4afc5aa

Please sign in to comment.