mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Bugfixes - Slowdowns, Sofa spinning, Turbolift squishing, and more (#22043)
Fixes https://github.com/Aurorastation/Aurora.3/issues/21669 Fixes https://github.com/Aurorastation/Aurora.3/issues/21951 Fixes https://github.com/Aurorastation/Aurora.3/issues/21972 Fixes https://github.com/Aurorastation/Aurora.3/issues/22077 changes: - bugfix: "All movespeed_modifier slowdown data now applied correctly post-smooth movement PR. IE: active magboots, duffel bags, etc. again slow you down." - bugfix: "Sofas no longer able to be rotated while anchored." - bugfix: "Attempting to use crowbars, fire axes, hammers on airlocks while in the Hurt intent will now make you attack the airlock." - bugfix: "Fixes graphical bug with open lid graphics for crates painted in any engineering color variants." - bugfix: "Individual butterfly knife parts are no longer larger than butterfly knives themselves." - bugfix: "Elevators that squish mobs (any type of mob/living) will now appropriately gib instead of just quietly deleting them." - rscadd: "Miniature fusion reactor explosions now use subsystem radiation instead of manually applying rad damage to all mobs in range."
This commit is contained in:
@@ -850,6 +850,7 @@
|
||||
if(istype(src,/obj/structure/closet/crate))
|
||||
icon_state = paint_color
|
||||
icon_door = "eng"
|
||||
icon_door_override = TRUE
|
||||
else
|
||||
icon_state = "eng"
|
||||
icon_door = paint_color
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon = 'icons/obj/structure/sofa.dmi'
|
||||
icon_state = "sofa_middle"
|
||||
base_icon = "sofa_middle"
|
||||
obj_flags = OBJ_FLAG_ROTATABLE
|
||||
|
||||
/obj/structure/bed/stool/chair/sofa/brown/New(var/newloc)
|
||||
..(newloc, MATERIAL_STEEL, MATERIAL_LEATHER)
|
||||
|
||||
Reference in New Issue
Block a user