mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Removes some non-existant typepaths (#27362)
* Adds CI for missing icon_states * yeah * more fixes * more fixes * seems good * moar * fix * yea * hrtyhrt * yeah * WOE * Removes some non-existant typepaths * yes
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
|
||||
// Clip message
|
||||
var/maxlen = CHAT_MESSAGE_MAX_LENGTH
|
||||
var/datum/html/split_holder/s = split_html(text)
|
||||
var/datum/html_split_holder/s = split_html(text)
|
||||
if(length_char(s.inner_text) > maxlen)
|
||||
var/chattext = copytext_char(s.inner_text, 1, maxlen + 1) + "..."
|
||||
text = jointext(s.opening, "") + chattext + jointext(s.closing, "")
|
||||
|
||||
@@ -278,15 +278,15 @@
|
||||
return isalien(M) && ..()
|
||||
|
||||
/datum/keybinding/emote/carbon/alien/humanoid/roar
|
||||
linked_emote = /datum/emote/living/carbon/alien/humanoid/roar
|
||||
linked_emote = /datum/emote/living/carbon/alien_humanoid/roar
|
||||
name = "Roar"
|
||||
|
||||
/datum/keybinding/emote/carbon/alien/humanoid/hiss
|
||||
linked_emote = /datum/emote/living/carbon/alien/humanoid/hiss
|
||||
linked_emote = /datum/emote/living/carbon/alien_humanoid/hiss
|
||||
name = "Hiss"
|
||||
|
||||
/datum/keybinding/emote/carbon/alien/humanoid/gnarl
|
||||
linked_emote = /datum/emote/living/carbon/alien/humanoid/gnarl
|
||||
linked_emote = /datum/emote/living/carbon/alien_humanoid/gnarl
|
||||
name = "Gnarl"
|
||||
|
||||
/datum/keybinding/emote/carbon/brain
|
||||
@@ -397,7 +397,7 @@
|
||||
linked_emote = /datum/emote/living/carbon/human/salute
|
||||
name = "Salute"
|
||||
|
||||
/datum/keybinding/emote/carbon/human/sign/signal
|
||||
/datum/keybinding/emote/carbon/human/signal
|
||||
linked_emote = /datum/emote/living/carbon/sign/signal
|
||||
name = "Signal"
|
||||
|
||||
@@ -509,7 +509,7 @@
|
||||
linked_emote = /datum/emote/living/carbon/human/creak
|
||||
name = "Creak"
|
||||
|
||||
/datum/keybinding/emote/carbon/human/slime/squish
|
||||
/datum/keybinding/emote/carbon/human/squish
|
||||
linked_emote = /datum/emote/living/carbon/human/slime/squish
|
||||
name = "Squish"
|
||||
|
||||
@@ -556,11 +556,11 @@
|
||||
linked_emote = /datum/emote/living/carbon/human/monkey/tail
|
||||
name = "Tail (Monkey)"
|
||||
|
||||
/datum/keybinding/emote/carbon/human/monkey/scream/screech
|
||||
/datum/keybinding/emote/carbon/human/monkey/screech
|
||||
linked_emote = /datum/emote/living/carbon/human/scream/screech
|
||||
name = "Screech (Monkey)"
|
||||
|
||||
/datum/keybinding/emote/carbon/human/monkey/scream/screech/roar
|
||||
/datum/keybinding/emote/carbon/human/monkey/screech/roar
|
||||
linked_emote = /datum/emote/living/carbon/human/scream/screech/roar
|
||||
name = "Roar (Monkey)"
|
||||
|
||||
|
||||
@@ -780,7 +780,7 @@
|
||||
/datum/outfit/admin/solgov/lieutenant
|
||||
name = "TSF Lieutenant"
|
||||
uniform = /obj/item/clothing/under/solgov/command
|
||||
head = /obj/item/clothing/head/beret/solgov/command
|
||||
head = /obj/item/clothing/head/beret/solgov
|
||||
glasses = /obj/item/clothing/glasses/night
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
shoes = /obj/item/clothing/shoes/magboots/elite
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
the experiments, and reported to have died in a \"work accident\" by Nanotrasen Inc."}
|
||||
author = "Unauthorized"
|
||||
|
||||
/datum/news_announcement/bluespace_research/announcement
|
||||
/datum/news_announcement/bluespace_research
|
||||
round_time = 60*20
|
||||
message = {"The new field of research trying to explain several interesting spacetime oddities,
|
||||
also known as \"Bluespace Research\", has reached new heights. Of the several
|
||||
@@ -69,7 +69,7 @@
|
||||
accordingly."}
|
||||
round_time = 60 * 90
|
||||
|
||||
/datum/news_announcement/lotus_tree/explosions
|
||||
/datum/news_announcement/lotus_tree
|
||||
channel_name = "Nyx Daily"
|
||||
author = "Reporter Leland H. Howards"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/datum/spell/chef/expert_chef
|
||||
/datum/spell/expert_chef
|
||||
name = "Expert Chef Knowledge"
|
||||
desc = "Find things you can cook with the items in reach."
|
||||
school = "chef"
|
||||
@@ -9,9 +9,9 @@
|
||||
action_background_icon_state = "bg_default"
|
||||
still_recharging_msg = "All this thinking makes your head hurt, wait a bit longer."
|
||||
|
||||
/datum/spell/chef/expert_chef/cast(list/targets, mob/user = usr)
|
||||
/datum/spell/expert_chef/cast(list/targets, mob/user = usr)
|
||||
var/mob/living/carbon/human/H = targets[1]
|
||||
H.expert_chef_knowledge()
|
||||
|
||||
/datum/spell/chef/expert_chef/create_new_targeting()
|
||||
/datum/spell/expert_chef/create_new_targeting()
|
||||
return new /datum/spell_targeting/self
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
name = "Invisible Greater Wall"
|
||||
desc = "Form an invisible three tile wide blockade."
|
||||
school = "mime"
|
||||
wall_type = /obj/effect/forcefield/mime/advanced
|
||||
wall_type = /obj/effect/forcefield/mime
|
||||
invocation_type = "emote"
|
||||
invocation_emote_self = "<span class='notice'>You form a blockade in front of yourself.</span>"
|
||||
base_cooldown = 60 SECONDS
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
to_chat(pocket.owner, "<span class='warning'>Your [pocket.name] suddenly feels lighter. How strange!</span>")
|
||||
visible_item = FALSE
|
||||
break
|
||||
if(istype(item_to_retrieve.loc, /obj/item/storage/hidden/implant)) //The implant should be left alone
|
||||
if(istype(item_to_retrieve.loc, /obj/item/storage/hidden_implant)) //The implant should be left alone
|
||||
var/obj/item/storage/S = item_to_retrieve.loc
|
||||
for(var/mob/M in S.mobs_viewing)
|
||||
to_chat(M, "<span class='warning'>[item_to_retrieve] suddenly disappears!</span>")
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
/datum/wires/particle_acc/control_box
|
||||
/datum/wires/particle_accelerator
|
||||
wire_count = 5
|
||||
holder_type = /obj/machinery/particle_accelerator/control_box
|
||||
proper_name = "Particle accelerator control"
|
||||
|
||||
/datum/wires/particle_acc/control_box/New(atom/_holder)
|
||||
/datum/wires/particle_accelerator/New(atom/_holder)
|
||||
wires = list(WIRE_PARTICLE_POWER, WIRE_PARTICLE_STRENGTH, WIRE_PARTICLE_INTERFACE, WIRE_PARTICLE_POWER_LIMIT)
|
||||
return ..()
|
||||
|
||||
/datum/wires/particle_acc/control_box/interactable(mob/user)
|
||||
/datum/wires/particle_accelerator/interactable(mob/user)
|
||||
var/obj/machinery/particle_accelerator/control_box/C = holder
|
||||
if(C.construction_state == 2)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/datum/wires/particle_acc/control_box/on_pulse(wire)
|
||||
/datum/wires/particle_accelerator/on_pulse(wire)
|
||||
var/obj/machinery/particle_accelerator/control_box/C = holder
|
||||
switch(wire)
|
||||
if(WIRE_PARTICLE_POWER)
|
||||
@@ -29,7 +29,7 @@
|
||||
C.visible_message("[bicon(C)]<b>[C]</b> makes a large whirring noise.")
|
||||
..()
|
||||
|
||||
/datum/wires/particle_acc/control_box/on_cut(wire, mend)
|
||||
/datum/wires/particle_accelerator/on_cut(wire, mend)
|
||||
var/obj/machinery/particle_accelerator/control_box/C = holder
|
||||
switch(wire)
|
||||
if(WIRE_PARTICLE_POWER)
|
||||
|
||||
Reference in New Issue
Block a user