mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 11:30:50 +01:00
small tweaks
- fixed breached floor on Box maints - removed fall stun from door stuckage - fixed Haydee pistol sprites - fixed a typo in Haydee cargo package - made some lathes public in Kilo - removed whiteship port on FastFood
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
to_chat(L, "<span class='danger'>As you attempt to pass through \the [src], your ample curves get wedged in the narrow opening. You find yourself stuck in the [src] frame, struggling to free yourself from the tight squeeze.</span>")
|
||||
sleep(100)
|
||||
L.doorstuck = 0
|
||||
L.Knockdown(1)
|
||||
return ..()
|
||||
|
||||
else if(L.fatness > 3000)
|
||||
@@ -29,7 +28,6 @@
|
||||
to_chat(L, "<span class='danger'>As you attempt to pass through \the [src], your ample curves get wedged in the narrow opening. You find yourself stuck in the [src] frame, struggling to free yourself from the tight squeeze.</span>")
|
||||
sleep(55)
|
||||
L.doorstuck = 0
|
||||
L.Knockdown(1)
|
||||
return ..()
|
||||
if(rand(1, 5) == 5)
|
||||
to_chat(L, "<span class='danger'>With great effort, you manage to squeeze your massive form through \the [src]. It's a tight fit, but you successfully navigate the narrow opening, barely avoiding getting stuck.</span>")
|
||||
|
||||
@@ -397,8 +397,8 @@
|
||||
|
||||
/datum/supply_pack/costumes_toys/haydee //GS13
|
||||
name = "H4Y-D33 Suit Crate"
|
||||
desc = "A crate with a strange, futiristic white suit."
|
||||
cost = 6000
|
||||
desc = "A crate with a strange, futuristic white suit."
|
||||
cost = 7000
|
||||
contraband = TRUE
|
||||
contains = list(/obj/item/clothing/suit/space/hardsuit/engine/haydee,
|
||||
/obj/item/gun/ballistic/automatic/pistol/haydee)
|
||||
|
||||
Reference in New Issue
Block a user