Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't vv animals into large crates like you can with objects #36646

Open
D3athrow-Issues opened this issue Jun 8, 2024 · 2 comments
Open

Can't vv animals into large crates like you can with objects #36646

D3athrow-Issues opened this issue Jun 8, 2024 · 2 comments
Labels
Consistency Issue This thing in question isn't consistent across multiple things. Logging / Administration This touches things involving admins or logging.

Comments

@D3athrow-Issues
Copy link
Collaborator

(WEB REPORT BY: sacredatom REMOTE: 172.93.101.77:7777)

Revision

60861a4

Description

If you vv an animal/mob into a large crate, via marked datum to contents, the mob will disappear upon after opening the crate with a crowbar. Unlike if you were to vv a random object like a jukebox into said crate, it would not disappear upon open

What you Expected

Animal to plop out

What Actually Happened

voided the poor beast

@west3436 west3436 added Consistency Issue This thing in question isn't consistent across multiple things. Logging / Administration This touches things involving admins or logging. labels Jun 9, 2024
@Eneocho
Copy link
Collaborator

Eneocho commented Jun 9, 2024

I believe large crates just call for the mobs to be created on the crate opening call, and the mobs were never there until you opened the crate. And according to the thing, it would also work like this for machinery, the anomaly container isn't on the crate until you pop it open.

/obj/structure/largecrate/goat
name = "goat crate"
icon_state = "lisacrate"
/obj/structure/largecrate/goat/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(iscrowbar(W))
new /mob/living/simple_animal/hostile/retaliate/goat(loc)
..()

@Exxion
Copy link
Member

Exxion commented Jun 17, 2024


It only dumps /objs when opened. This can be fixed easily by just changing this type to /atom/movable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Consistency Issue This thing in question isn't consistent across multiple things. Logging / Administration This touches things involving admins or logging.
Projects
None yet
Development

No branches or pull requests

4 participants