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

Runtime in inventory.dm, line 290: type mismatch: 0 & "chest" #206

Open
martinlyra opened this issue Feb 17, 2022 · 0 comments
Open

Runtime in inventory.dm, line 290: type mismatch: 0 & "chest" #206

martinlyra opened this issue Feb 17, 2022 · 0 comments
Labels
Runtime Issue or bug that is caused by one or more runtimes

Comments

@martinlyra
Copy link
Collaborator

Description of issue

proc name: get covering equipped item (/mob/proc/get_covering_equipped_item)
usr: Renie Christman (/mob/living/carbon/human) ([0x3000002]) (the floor) (22,15,1) (/turf/simulated/floor/tiled) (irrationalist)
usr.loc: The floor (/turf/simulated/floor/tiled) ([0x10002b5]) (22,15,1) (/area/constructionsite)
src: Renie Christman (/mob/living/carbon/human)
src.loc: the floor (22,15,1) (/turf/simulated/floor/tiled)
call stack:
Renie Christman (/mob/living/carbon/human): get covering equipped item("chest")
/datum/unarmed_attack/punch (/datum/unarmed_attack/punch): apply effects(Renie Christman (/mob/living/carbon/human), Renie Christman (/mob/living/carbon/human), 0, 5, "chest")
Renie Christman (/mob/living/carbon/human): attack hand(Renie Christman (/mob/living/carbon/human))
Renie Christman (/mob/living/carbon/human): UnarmedAttack(Renie Christman (/mob/living/carbon/human), 1)
Renie Christman (/mob/living/carbon/human): ClickOn(Renie Christman (/mob/living/carbon/human), "icon-x=16;icon-y=15;left=1;but...")
Renie Christman (/mob/living/carbon/human): ClickOn(Renie Christman (/mob/living/carbon/human), "icon-x=16;icon-y=15;left=1;but...")
/datum/click_handler/default (/datum/click_handler/default): OnClick(Renie Christman (/mob/living/carbon/human), "icon-x=16;icon-y=15;left=1;but...")
Renie Christman (/mob/living/carbon/human): Click(the floor (22,15,1) (/turf/simulated/floor/tiled), "mapwindow.map", "icon-x=16;icon-y=15;left=1;but...")
Irrationalist (/client): Click(Renie Christman (/mob/living/carbon/human), the floor (22,15,1) (/turf/simulated/floor/tiled), "mapwindow.map", "icon-x=16;icon-y=15;left=1;but...")

Steps to reproduce

Run on the example map, spawn in, punch thyself (in the chest if that matters)

Client version, Server revision & Game ID

Client Version: 514.1575
Server Version: 514.1575
Server Revision: d07c35c chat-fixes 2022-02-17
Game ID: cgx-awnd
Current map: The Example

@martinlyra martinlyra added the Runtime Issue or bug that is caused by one or more runtimes label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Runtime Issue or bug that is caused by one or more runtimes
Projects
None yet
Development

No branches or pull requests

1 participant