mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
The Pumped Up Kicks Update (#16265)
* The Pumped Up Kicks Update Shoes. New shoes. Look at them. * WELCOME TO THE UNDERGROUND * for the love of crust * turns out a var already existed for that but was never implemented ffs * face it you're never going to make it * these are winter boots * removes Paradox's Thinly Veiled Fetish * shiit * Apply suggestions from code review * Update code/modules/clothing/shoes/oxfords.dm Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * oops * fuck this file * nice balls, bro * check out how hard i can pee * pissing on the moon * caligaeae * pee pee poo poo man * fixes * damn you * merge fixes * knees more * damn you merge conflict * fix * fixes 2 * riding boots * truly, this fixes things * dammit ctrl s --------- Co-authored-by: Cody Brittain <cbrittain10@yahoo.com>
This commit is contained in:
@@ -589,7 +589,7 @@
|
||||
if(istype(M, /mob/living/carbon/human))
|
||||
var/mob/living/carbon/human/observer = M
|
||||
observer.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket(observer), slot_w_uniform)
|
||||
observer.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(observer), slot_shoes)
|
||||
observer.equip_to_slot_or_del(new /obj/item/clothing/shoes/sneakers/black(observer), slot_shoes)
|
||||
M.Paralyse(5)
|
||||
sleep(5)
|
||||
M.forceMove(pick(tdomeobserve))
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
bst.equip_to_slot_or_del(new /obj/item/device/radio/headset/ert/bst(bst), slot_l_ear)
|
||||
bst.equip_to_slot_or_del(new /obj/item/storage/backpack/holding/bst(bst), slot_back)
|
||||
bst.equip_to_slot_or_del(new /obj/item/storage/box/survival(bst.back), slot_in_backpack)
|
||||
bst.equip_to_slot_or_del(new /obj/item/clothing/shoes/black/bst(bst), slot_shoes)
|
||||
bst.equip_to_slot_or_del(new /obj/item/clothing/shoes/sneakers/black/bst(bst), slot_shoes)
|
||||
bst.equip_to_slot_or_del(new /obj/item/clothing/head/beret/centcom/officer/bst(bst), slot_head)
|
||||
bst.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/bst(bst), slot_glasses)
|
||||
bst.equip_to_slot_or_del(new /obj/item/storage/belt/utility/very_full(bst), slot_belt)
|
||||
@@ -459,14 +459,14 @@
|
||||
..()
|
||||
|
||||
//Shoes
|
||||
/obj/item/clothing/shoes/black/bst
|
||||
/obj/item/clothing/shoes/sneakers/black/bst
|
||||
name = "bluespace technician's shoes"
|
||||
desc = "A pair of black shoes with extra grip. The letters 'BST' are stamped on the side."
|
||||
icon_state = "black"
|
||||
item_flags = NOSLIP
|
||||
canremove = 0
|
||||
|
||||
/obj/item/clothing/shoes/black/bst/attack_hand()
|
||||
/obj/item/clothing/shoes/sneakers/black/bst/attack_hand()
|
||||
if(!usr)
|
||||
return
|
||||
if(!istype(usr, /mob/living/carbon/human/bst))
|
||||
|
||||
Reference in New Issue
Block a user