Gibber and fixes (#217)
* citadel memes and cryopod icon fix * tailwag fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user