mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Uncommented the dressing up corgi code! Have fun replacing the condom! Also adds a player requested item.
http://baystation12.net/forums/viewtopic.php?f=33&t=9120 Rainbow Belt
This commit is contained in:
@@ -921,3 +921,12 @@
|
|||||||
if(istype(A, /obj/item/ammo_magazine))
|
if(istype(A, /obj/item/ammo_magazine))
|
||||||
flick("leamas-reloading",src)
|
flick("leamas-reloading",src)
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
|
||||||
|
///// Custom Items coded by Iamgoofball are Below /////
|
||||||
|
/obj/item/weapon/storage/belt/medical/fluff/honkbelt
|
||||||
|
name = "rainbow medical belt"
|
||||||
|
desc = "A somewhat-worn, modified, rainbow belt."
|
||||||
|
icon = 'icons/obj/custom_items.dmi'
|
||||||
|
icon_state = "nashi_belt"
|
||||||
|
item_state = "fluff_rbelt"
|
||||||
@@ -27,7 +27,6 @@
|
|||||||
regenerate_icons()
|
regenerate_icons()
|
||||||
|
|
||||||
/mob/living/simple_animal/corgi/show_inv(mob/user as mob)
|
/mob/living/simple_animal/corgi/show_inv(mob/user as mob)
|
||||||
/* If you're turning this back on, scroll down and uncomment target_updated
|
|
||||||
user.set_machine(src)
|
user.set_machine(src)
|
||||||
if(user.stat) return
|
if(user.stat) return
|
||||||
|
|
||||||
@@ -43,7 +42,6 @@
|
|||||||
|
|
||||||
user << browse(dat, text("window=mob[];size=325x500", name))
|
user << browse(dat, text("window=mob[];size=325x500", name))
|
||||||
onclose(user, "mob[real_name]")
|
onclose(user, "mob[real_name]")
|
||||||
*/
|
|
||||||
return
|
return
|
||||||
|
|
||||||
/mob/living/simple_animal/corgi/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
/mob/living/simple_animal/corgi/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Reference in New Issue
Block a user