This commit is contained in:
SandPoot
2023-02-21 01:55:49 -03:00
parent b86c508b5a
commit d287fc25ca
9 changed files with 15 additions and 1 deletions

View File

@@ -164,7 +164,6 @@
message.maptext_height = mheight
message.maptext_x = (CHAT_MESSAGE_WIDTH - owner.bound_width) * -0.5
message.maptext = MAPTEXT(complete_text)
message.pixel_x = -target.pixel_x //Dogborgs and other wide boys have a pixel offset. This accounts for that
// View the message
LAZYADDASSOC(owned_by.seen_messages, message_loc, src)

View File

@@ -730,6 +730,7 @@
return
//new size detected
holder.resize = features["body_size"] / old_size
holder.maptext_height = 32 * features["body_size"] // Adjust runechat height
holder.update_transform()
if(iscarbon(holder))
var/mob/living/carbon/C = holder

View File

@@ -62,6 +62,8 @@
icon = 'icons/effects/64x64.dmi'
icon_state = "drake_statue"
pixel_x = -16
maptext_height = 64
maptext_width = 64
density = TRUE
deconstructible = FALSE
layer = EDGED_TURF_LAYER

View File

@@ -4,6 +4,8 @@
status_flags = 0
unique_name = 0
pixel_x = -16
maptext_height = 64
maptext_width = 64
bubble_icon = "alienroyal"
mob_size = MOB_SIZE_LARGE
layer = LARGE_MOB_LAYER //above most mobs, but below speechbubbles

View File

@@ -49,6 +49,8 @@ Difficulty: Hard
melee_queue_distance = 20 // as far as possible really, need this because of blood warp
ranged = 1
pixel_x = -32
maptext_height = 96
maptext_width = 96
gender = MALE
del_on_death = 1
crusher_loot = list(/obj/structure/closet/crate/necropolis/bubblegum/crusher)

View File

@@ -44,6 +44,8 @@ Difficulty: Very Hard
move_to_delay = 10
ranged = 1
pixel_x = -32
maptext_height = 96
maptext_width = 96
del_on_death = TRUE
achievement_type = /datum/award/achievement/boss/colossus_kill
crusher_achievement_type = /datum/award/achievement/boss/colossus_crusher

View File

@@ -59,6 +59,8 @@ Difficulty: Medium
move_to_delay = 5
ranged = 1
pixel_x = -16
maptext_height = 64
maptext_width = 64
crusher_loot = list(/obj/structure/closet/crate/necropolis/dragon/crusher)
loot = list(/obj/structure/closet/crate/necropolis/dragon)
butcher_results = list(/obj/item/stack/ore/diamond = 5, /obj/item/stack/sheet/sinew = 5, /obj/item/stack/sheet/bone = 30, /obj/item/reagent_containers/food/snacks/meat/slab/dragon = 5)

View File

@@ -48,6 +48,8 @@ SHITCODE AHEAD. BE ADVISED. Also comment extravaganza
score_achievement_type = /datum/award/score/legion_score
pixel_y = -16
pixel_x = -32
maptext_height = 96
maptext_width = 96
loot = list(/obj/item/stack/sheet/bone = 3)
vision_range = 10
wander = FALSE

View File

@@ -49,6 +49,8 @@
mob_size = MOB_SIZE_LARGE
armour_penetration = 30
pixel_x = -16
maptext_height = 64
maptext_width = 64
turns_per_move = 5
movement_type = FLYING
health_doll_icon = "spacedragon"