mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
More Conflict Resolution
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
/obj/structure/closet/secure_closet/clown
|
||||
name = "clown's locker"
|
||||
req_access = list()
|
||||
icon_state = "clownsecure1"
|
||||
icon_closed = "clownsecure"
|
||||
icon_locked = "clownsecure1"
|
||||
icon_opened = "clownsecureopen"
|
||||
icon_broken = "clownsecurebroken"
|
||||
icon_off = "clownsecureoff"
|
||||
|
||||
/obj/structure/closet/secure_closet/clown/New()
|
||||
..()
|
||||
new /obj/item/weapon/storage/backpack/clown(src)
|
||||
new /obj/item/clothing/under/rank/clown(src)
|
||||
new /obj/item/clothing/shoes/clown_shoes(src)
|
||||
new /obj/item/device/radio/headset/headset_service(src)
|
||||
new /obj/item/clothing/mask/gas/clown_hat(src)
|
||||
new /obj/item/weapon/bikehorn(src)
|
||||
new /obj/item/weapon/reagent_containers/spray/waterflower(src)
|
||||
new /obj/item/toy/crayon/rainbow(src)
|
||||
new /obj/item/seeds/bananaseed(src)
|
||||
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/mime
|
||||
name = "mime's locker"
|
||||
req_access = list()
|
||||
icon_state = "mimesecure1"
|
||||
icon_closed = "mimesecure"
|
||||
icon_locked = "mimesecure1"
|
||||
icon_opened = "mimesecureopen"
|
||||
icon_broken = "mimesecurebroken"
|
||||
icon_off = "mimesecureoff"
|
||||
|
||||
/obj/structure/closet/secure_closet/mime/New()
|
||||
..()
|
||||
new /obj/item/clothing/head/beret(src)
|
||||
new /obj/item/clothing/mask/gas/mime(src)
|
||||
new /obj/item/device/radio/headset/headset_service(src)
|
||||
new /obj/item/clothing/under/mime(src)
|
||||
new /obj/item/clothing/suit/suspenders(src)
|
||||
new /obj/item/clothing/gloves/color/white(src)
|
||||
new /obj/item/clothing/shoes/black(src)
|
||||
new /obj/item/weapon/storage/backpack/mime(src)
|
||||
new /obj/item/toy/crayon/mime(src)
|
||||
new /obj/item/weapon/reagent_containers/food/drinks/bottle/bottleofnothing(src)
|
||||
new /obj/item/weapon/cane(src)
|
||||
@@ -211,7 +211,7 @@
|
||||
G.affecting.Weaken(2)
|
||||
G.affecting.visible_message("<span class='danger'>[G.assailant] pushes [G.affecting] onto [src].</span>", \
|
||||
"<span class='userdanger'>[G.assailant] pushes [G.affecting] onto [src].</span>")
|
||||
add_logs(G.affecting, G.assailant, "pushed onto a table")
|
||||
add_logs(G.assailant, G.affecting, "pushed onto a table")
|
||||
qdel(I)
|
||||
return 1
|
||||
qdel(I)
|
||||
@@ -632,4 +632,4 @@
|
||||
icon_state = "minibar_left"
|
||||
|
||||
/obj/structure/rack/skeletal_bar/right
|
||||
icon_state = "minibar_right"
|
||||
icon_state = "minibar_right"
|
||||
|
||||
Reference in New Issue
Block a user