Fixing slimepeople (#6386)

This commit is contained in:
Chayse Ramsay
2018-04-12 16:39:44 +01:00
committed by kevinz000
parent e7b14fbf89
commit 58111c6482
3 changed files with 9 additions and 1 deletions
@@ -19,11 +19,19 @@
heatmod = 1
burnmod = 1
/datum/species/jelly/roundstartslime/on_species_gain(mob/living/carbon/human/C)
C.draw_citadel_parts()
. = ..()
/datum/species/jelly/roundstartslime/on_species_loss(mob/living/carbon/human/C)
C.draw_citadel_parts(TRUE)
. = ..()
/datum/action/innate/slime_change
name = "Alter Form"
check_flags = AB_CHECK_CONSCIOUS
button_icon_state = "alter_form" //placeholder
icon_icon = 'icons/mob/actions/actions_slime.dmi'
icon_icon = 'modular_citadel/icons/mob/actions/actions_slime.dmi'
background_icon_state = "bg_alien"
/datum/action/innate/slime_change/Activate()
Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB