Gibber and fixes (#217)

* citadel memes and cryopod icon fix

* tailwag fix
This commit is contained in:
Poojawa
2017-02-12 07:55:49 -06:00
committed by GitHub
parent 6674f9fc15
commit 00436e7495
3 changed files with 81 additions and 4 deletions

View File

@@ -267,7 +267,7 @@
"<span class='notice'>You place [I] in [src].</span>")
return
if(!on && !occupant && !state_open)
if(default_deconstruction_screwdriver(user, "cell-o", "cell-off", I))
if(default_deconstruction_screwdriver(user, "pod0-o", "pod0", I))
return
if(exchange_parts(user, I))
return

View File

@@ -10,7 +10,7 @@ datum/species/mammal
miss_sound = 'sound/weapons/slashmiss.ogg'
roundstart = 1
/datum/species/canid/spec_death(gibbed, mob/living/carbon/human/H)
/datum/species/mammal/spec_death(gibbed, mob/living/carbon/human/H)
if(H)
H.endTailWag()