mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
adds mask, removes mouse (#16712)
removes the clockwork mouse, adds the fluff mask
This commit is contained in:
@@ -1712,5 +1712,17 @@
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
species_restricted = list("Vox")
|
||||
|
||||
/obj/item/clothing/mask/gas/fluff/kikerimask //Gangelwaefre: Kikeri
|
||||
name = "Kikeri's Mask"
|
||||
desc = "A light grey mask with masquerade-esque blue details."
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
lefthand_file = 'icons/mob/inhands/fluff_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/fluff_righthand.dmi'
|
||||
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/mask.dmi')
|
||||
icon_state = "kikerimask"
|
||||
item_state = "kikerimask"
|
||||
item_color = "kikerimask"
|
||||
species_restricted = list("Vox")
|
||||
|
||||
#undef USED_MOD_HELM
|
||||
#undef USED_MOD_SUIT
|
||||
|
||||
@@ -226,18 +226,6 @@
|
||||
to_chat(grabber, "<span class='warning'>You try to pick up [src], but they slip out of your grasp!</span>")
|
||||
to_chat(src, "<span class='warning'>[src] tries to pick you up, but you wriggle free of their grasp!</span>")
|
||||
|
||||
/mob/living/simple_animal/mouse/fluff/clockwork
|
||||
name = "Chip"
|
||||
real_name = "Chip"
|
||||
mouse_color = "clockwork"
|
||||
icon_state = "mouse_clockwork"
|
||||
response_help = "pets"
|
||||
response_disarm = "gently pushes aside"
|
||||
response_harm = "stamps on"
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
can_collar = 0
|
||||
butcher_results = list(/obj/item/stack/sheet/metal = 1)
|
||||
|
||||
/mob/living/simple_animal/mouse/decompile_act(obj/item/matter_decompiler/C, mob/user)
|
||||
if(!(istype(user, /mob/living/silicon/robot/drone)))
|
||||
user.visible_message("<span class='notice'>[user] sucks [src] into its decompiler. There's a horrible crunching noise.</span>", \
|
||||
|
||||
Reference in New Issue
Block a user