mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Compare commits
3 Commits
nanomaps_g
...
upstream-m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
422d9b7815 | ||
|
|
040c8eb195 | ||
|
|
50d9481fa2 |
@@ -3035,3 +3035,18 @@ includes scars and tattoos
|
|||||||
body_parts = list(BP_HEAD)
|
body_parts = list(BP_HEAD)
|
||||||
color_blend_mode = ICON_MULTIPLY
|
color_blend_mode = ICON_MULTIPLY
|
||||||
hide_body_parts = list(BP_HEAD)
|
hide_body_parts = list(BP_HEAD)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/scug_shelter
|
||||||
|
name = "Catslug Belly Mark, Shelter"
|
||||||
|
icon_state = "scug_shelter"
|
||||||
|
body_parts = list(BP_GROIN)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/scug_gate
|
||||||
|
name = "Catslug Belly Mark, Gate"
|
||||||
|
icon_state = "scug_gate"
|
||||||
|
body_parts = list(BP_GROIN)
|
||||||
|
|
||||||
|
/datum/sprite_accessory/marking/scug_door
|
||||||
|
name = "Catslug Belly Mark, Door"
|
||||||
|
icon_state = "scug_door"
|
||||||
|
body_parts = list(BP_GROIN)
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
author: "FluffMedic"
|
|
||||||
delete-after: True
|
|
||||||
changes:
|
|
||||||
- rscadd: "Two new Tyr weapons"
|
|
||||||
- balance: "Tyr gun buffed, Tyr foes retuned a fair bit to favour longer fights"
|
|
||||||
- bugfix: "Shield boss stops spamming re-shielding"
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
author: "CHOMPStation2StaffMirrorBot"
|
|
||||||
delete-after: True
|
|
||||||
changes:
|
|
||||||
- code_imp: "update dependencies"
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
author: "Diana"
|
|
||||||
delete-after: True
|
|
||||||
changes:
|
|
||||||
- qol: "You can now alt-shift click someone to open the inventory menu (as if you drag-dropped them onto yourself)"
|
|
||||||
- qol: "Admins can now tag datums via ctrl-middle click"
|
|
||||||
- refactor: "Honey I refactored click code!"
|
|
||||||
- code_imp: "Cleans up click code."
|
|
||||||
- code_imp: "Adds framework for allowing objects to ignore ctrl click and not allowed to be dragged"
|
|
||||||
- bugfix: "Fixes a bug where joining in the game would cause 180 topic calls to be made (still happens) causing you to be rate limited."
|
|
||||||
@@ -42,3 +42,20 @@
|
|||||||
Will:
|
Will:
|
||||||
- bugfix: Phased shadekin are no longer knocked down or thrown when a shuttle they
|
- bugfix: Phased shadekin are no longer knocked down or thrown when a shuttle they
|
||||||
are inside of moves.
|
are inside of moves.
|
||||||
|
2025-12-07:
|
||||||
|
CHOMPStation2StaffMirrorBot:
|
||||||
|
- code_imp: update dependencies
|
||||||
|
Diana:
|
||||||
|
- qol: You can now alt-shift click someone to open the inventory menu (as if you
|
||||||
|
drag-dropped them onto yourself)
|
||||||
|
- qol: Admins can now tag datums via ctrl-middle click
|
||||||
|
- refactor: Honey I refactored click code!
|
||||||
|
- code_imp: Cleans up click code.
|
||||||
|
- code_imp: Adds framework for allowing objects to ignore ctrl click and not allowed
|
||||||
|
to be dragged
|
||||||
|
- bugfix: Fixes a bug where joining in the game would cause 180 topic calls to be
|
||||||
|
made (still happens) causing you to be rate limited.
|
||||||
|
FluffMedic:
|
||||||
|
- rscadd: Two new Tyr weapons
|
||||||
|
- balance: Tyr gun buffed, Tyr foes retuned a fair bit to favour longer fights
|
||||||
|
- bugfix: Shield boss stops spamming re-shielding
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 161 KiB |
Reference in New Issue
Block a user