mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
more fixes
This commit is contained in:
@@ -190,6 +190,10 @@ var/global/list/datum/dna/gene/dna_genes[0]
|
|||||||
size_multiplier = player_sizes_list.Find(N)
|
size_multiplier = player_sizes_list.Find(N)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
var/taurtype = /datum/sprite_accessory/tail/taur/spider
|
||||||
|
if(istype(character.tail_style, taurtype))
|
||||||
|
character.verbs += /mob/living/proc/weaveWebBindings
|
||||||
|
|
||||||
// Technically custom_species is not part of the UI, but this place avoids merge problems.
|
// Technically custom_species is not part of the UI, but this place avoids merge problems.
|
||||||
src.custom_species = character.custom_species
|
src.custom_species = character.custom_species
|
||||||
if(istype(character.species,/datum/species/custom))
|
if(istype(character.species,/datum/species/custom))
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
/obj/machinery/power/apc
|
/obj/machinery/power/apc
|
||||||
name = "area power controller"
|
name = "area power controller"
|
||||||
desc = "A control terminal for the area electrical systems."
|
desc = "A control terminal for the area electrical systems."
|
||||||
icon = 'icons/obj/power_yw.dmi' //YW edit, reverts to Old APC sprite
|
icon = 'icons/obj/power.dmi'
|
||||||
icon_state = "apc0"
|
icon_state = "apc0"
|
||||||
plane = TURF_PLANE
|
plane = TURF_PLANE
|
||||||
layer = ABOVE_TURF_LAYER
|
layer = ABOVE_TURF_LAYER
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ var/const/SAR =(1<<14)
|
|||||||
title = "Pathfinder"
|
title = "Pathfinder"
|
||||||
flag = PATHFINDER
|
flag = PATHFINDER
|
||||||
departments = list(DEPARTMENT_PLANET)
|
departments = list(DEPARTMENT_PLANET)
|
||||||
|
sorting_order = 1 // above the other explorers
|
||||||
department_flag = MEDSCI
|
department_flag = MEDSCI
|
||||||
faction = "Station"
|
faction = "Station"
|
||||||
total_positions = 1
|
total_positions = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user