Vox have a proper monkey form
* Adds sitting and resting icon functions
* Adds sitting and resting icon functions (reverted from commit 9523982714)
* Vox monkey form
* Adds (oh god) vox chickens being able to lay eggs, vox eggs in general, vox chickens can now not pick things up
* Fixes conflicts hopefully
Probably fixes like 3-4 issues on this topic
Namely
1. A food object being qdeleted drops the contents of it on the ground
2. A food object cannot hold another of the same size as it
3. A food object can only hold 1/2 of its slices_num (number of slices when sliced)
* Arbitrary SDQL function calls.
IT'S HAPPENING.
* SDQL list accessing.
* Readds exception checks.
* Fixes a scoping bug, makes CALL use SDQL_var().
Should make CALL more consistent.
The scoping bug was things like these:
CALL client.myproc(tag) ON ...
The previous, glitched behaviour would result in the client's tag being
passed to myproc, due to scoping issues. This is now fixed.
if(stat & (NOPOWER | BROKEN))
to_chat(user, "<span class='warning'> The powers off, it's no good. </span>")
return
added to prevent cooking machines being usable while unpowered
Fixes#8825
(Probe fucked up the first PR)
* Adds a snack called "Old Empire Bar" in reference to Age of Empires.
A few days ago the IC chat wasn't sanitized and I accidentally played `rogan.mp3`, I thougt that it was a 1 second audio file but it was a 9 minute audio file of "Rogan?" repeating over and over.
Worked on this for the last hour but I am finally at a stage where I am confident at making a pull request.
Signed-off-by: Jeroen de Neef <jeroen52@gmail.com>
* This should fix the merge issues, these are sadly binaries because else I could've done it better.
* Added more notices. These are my favorite taunts.
* Added the changelog for the Old Empire Bar bar and Rogan reagent.
Signed-off-by: Jeroen de Neef <jeroen52@gmail.com>
changes path of box/engineer to box/survival/engineer, adjusted everywhere it's used accordingly
checked our 4 main maps (box, meta, deff, taxi), none of them use this path
removed partial pathing all over boxes.dm
https://i.imgur.com/yieIWuC.png
Recipe: 5 Flour, 5 Cream, a chocolate bar.
POSSIBLY MORE ECLAIR FUNCTIONALITY LIKE CUSTOM CREAM TYPES IF I BECOME A
NON-MEME CODER.