more fixes

This commit is contained in:
izac112
2020-05-06 23:07:07 +02:00
parent 46973f969a
commit f0c35e631e
3 changed files with 6 additions and 1 deletions

View File

@@ -190,6 +190,10 @@ var/global/list/datum/dna/gene/dna_genes[0]
size_multiplier = player_sizes_list.Find(N)
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.
src.custom_species = character.custom_species
if(istype(character.species,/datum/species/custom))

View File

@@ -62,7 +62,7 @@
/obj/machinery/power/apc
name = "area power controller"
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"
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER

View File

@@ -45,6 +45,7 @@ var/const/SAR =(1<<14)
title = "Pathfinder"
flag = PATHFINDER
departments = list(DEPARTMENT_PLANET)
sorting_order = 1 // above the other explorers
department_flag = MEDSCI
faction = "Station"
total_positions = 1