-
-
Notifications
You must be signed in to change notification settings - Fork 457
fixes some amtag bugs #19032
fixes some amtag bugs #19032
Conversation
| #define ui_internal "EAST-1:28,CENTER:17" | ||
| #define ui_mood "EAST-1:28,CENTER-4:10" | ||
| #define ui_internal "EAST-1:28,CENTER+1:17" | ||
| #define ui_mood "EAST-1:28,CENTER:17" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moves mood up since we cleaned space
| /// Call by name proc reference, checks if the proc exists on this type or as a global proc | ||
| #define PROC_REF(X) (.proc/##X) | ||
| /// Call by name verb references, checks if the verb exists on either this type or as a global verb. | ||
| #define VERB_REF(X) (.verb/##X) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed for 515 but wasn't ported before
| return FALSE | ||
| return ..() | ||
|
|
||
| /datum/action/item_action/clock/toggle_visor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this in favor of the cooldown one
| if(user && !(src in user.held_items) && slab_ability?.owner) //if we happen to check and we AREN'T in user's hands, remove whatever ability we have | ||
| /obj/item/clockwork/slab/proc/check_on_mob(mob/user, slot) | ||
| if(!user) | ||
| CRASH("No user on dropped slab.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for better logging but if we see some edge cases i'll remove in a future pr
ToasterBiome
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah this is totally not gonna break more shit
* new * 2 * e² * e³ * e£ * glang * e¢ * e¬ * e * e12
Document the changes in your pull request
some things work again
temporarily removes observe button cause i was solving that but we have bigger problems
closes: #19028
closes: #19022
closes: #19027
closes: #19019
closes: #19018
closes: #19015
closes: #19049
closes: #19045
closes: #19020
also cleans up the internals icon that was supposed to be removed on the original pr
🆑
bugfix: fixed some antag bugs (i.e clockcult and heretic)
bugfix: fixed some action bugs (i.e jumpboots and quickbinds) + correct a typing mistakes that caused a status effect bug
/:cl: