mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
[MIRROR] Fluff item for Beeholddrbeesphb/Evelynn (#9828)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7d582d1655
commit
a1924460e8
@@ -184,7 +184,7 @@
|
|||||||
|
|
||||||
|
|
||||||
//laser pointer image
|
//laser pointer image
|
||||||
icon_state = "pointer_[pointer_icon_state]"
|
icon_state = "[initial(icon_state)]_[pointer_icon_state]"
|
||||||
var/list/showto = list()
|
var/list/showto = list()
|
||||||
for(var/mob/M in viewers(world.view,targloc))
|
for(var/mob/M in viewers(world.view,targloc))
|
||||||
if(M.client)
|
if(M.client)
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
|
|
||||||
flick_overlay(I, showto, cooldown)
|
flick_overlay(I, showto, cooldown)
|
||||||
spawn(cooldown)
|
spawn(cooldown)
|
||||||
icon_state = "pointer"
|
icon_state = initial(icon_state)
|
||||||
|
|
||||||
/obj/item/laser_pointer/process()
|
/obj/item/laser_pointer/process()
|
||||||
if(prob(20 - recharge_locked*5))
|
if(prob(20 - recharge_locked*5))
|
||||||
|
|||||||
@@ -1580,3 +1580,11 @@ End CHOMP Removal*/
|
|||||||
|
|
||||||
icon = 'icons/inventory/accessory/item.dmi'
|
icon = 'icons/inventory/accessory/item.dmi'
|
||||||
icon_state = "silver"
|
icon_state = "silver"
|
||||||
|
|
||||||
|
//beeholddrbeesphb: Evelynn
|
||||||
|
/obj/item/laser_pointer/evelynn_fluff
|
||||||
|
name = "Evelynn's Laser Pointer"
|
||||||
|
desc = "A small, furry, and fluffy toy that looks like a bee. It has laser eyes. Upon firing, the lasers make a buzzing noise."
|
||||||
|
icon = 'icons/vore/custom_items_vr.dmi'
|
||||||
|
icon_state = "evelynn"
|
||||||
|
pointer_icon_state = "purple_laser"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user