mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Stop using \improper improperly. (#24410)
This commit is contained in:
@@ -312,7 +312,7 @@
|
||||
actions_types = list(/datum/action/item_action/halt, /datum/action/item_action/selectphrase)
|
||||
|
||||
/obj/item/clothing/mask/gas/sechailer/blue
|
||||
name = "\improper blue SWAT mask"
|
||||
name = "blue SWAT mask"
|
||||
desc = "A neon blue swat mask, used for demoralizing Greytide in the wild."
|
||||
icon_state = "blue_sechailer"
|
||||
item_state = "blue_sechailer"
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
dog_fashion = /datum/dog_fashion/back
|
||||
|
||||
/obj/item/clothing/suit/corgisuit/en
|
||||
name = "\improper super-hero E-N suit"
|
||||
name = "super-hero E-N suit"
|
||||
icon_state = "ensuit"
|
||||
|
||||
/obj/item/clothing/suit/corgisuit/super_hero
|
||||
@@ -182,7 +182,7 @@
|
||||
flags = NODROP
|
||||
|
||||
/obj/item/clothing/suit/corgisuit/super_hero/en
|
||||
name = "\improper super-hero E-N suit"
|
||||
name = "super-hero E-N suit"
|
||||
icon_state = "ensuit"
|
||||
|
||||
/obj/item/clothing/suit/corgisuit/super_hero/en/Initialize(mapload)
|
||||
|
||||
@@ -28,84 +28,84 @@
|
||||
var/outcome
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/nuclear
|
||||
name = "\improper advanced energy gun parts kit"
|
||||
name = "advanced energy gun parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to transform a standard energy gun into an advanced energy gun."
|
||||
origin_tech = "combat=4;magnets=4;powerstorage=4"
|
||||
outcome = /obj/item/gun/energy/gun/nuclear
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/tesla
|
||||
name = "\improper arc revolver parts kit"
|
||||
name = "arc revolver parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to construct a arc revolver around a laser rifle. Handle with care."
|
||||
origin_tech = "combat=5;materials=5;powerstorage=5"
|
||||
outcome = /obj/item/gun/energy/arc_revolver
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/xray
|
||||
name = "\improper x-ray laser gun parts kit"
|
||||
name = "x-ray laser gun parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to turn a laser gun into a x-ray laser gun. Do not point most parts directly towards face."
|
||||
origin_tech = "combat=6;materials=4;magnets=4;syndicate=1"
|
||||
outcome = /obj/item/gun/energy/xray
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/ion
|
||||
name = "\improper ion carbine parts kit"
|
||||
name = "ion carbine parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to transform a standard energy gun into a ion carbine."
|
||||
origin_tech = "combat=4;magnets=4"
|
||||
outcome = /obj/item/gun/energy/ionrifle/carbine
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/temperature
|
||||
name = "\improper temperature gun parts kit"
|
||||
name = "temperature gun parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to transform a standard energy gun into a temperature gun. Fantastic at birthday parties and killing indigenious populations of Ash Walkers."
|
||||
origin_tech = "combat=4;materials=4;powerstorage=3;magnets=2"
|
||||
outcome = /obj/item/gun/energy/temperature
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/decloner
|
||||
name = "\improper decloner parts kit"
|
||||
name = "decloner parts kit"
|
||||
desc = "An uttery baffling array of gun parts and technology that somehow turns an energy gun into a decloner. Haircut not included."
|
||||
origin_tech = "combat=4;materials=4;biotech=5;plasmatech=6"
|
||||
outcome = /obj/item/gun/energy/decloner
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/ebow
|
||||
name = "\improper energy crossbow parts kit"
|
||||
name = "energy crossbow parts kit"
|
||||
desc = "Highly illegal weapons refurbishment kit that allows you to turn a laser gun into a near-duplicate energy crossbow. Almost like the real thing!"
|
||||
origin_tech = "combat=4;magnets=4;syndicate=2"
|
||||
outcome = /obj/item/gun/energy/kinetic_accelerator/crossbow/large
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/immolator
|
||||
name = "\improper immolator laser gun parts kit"
|
||||
name = "immolator laser gun parts kit"
|
||||
desc = "Take a perfectly functioning laser gun. Butcher the inside of the gun so it runs hot and mean. You now have a immolator laser. You monster."
|
||||
origin_tech = "combat=4;magnets=4;powerstorage=3"
|
||||
outcome = /obj/item/gun/energy/immolator
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/accelerator
|
||||
name = "\improper accelerator laser cannon parts kit"
|
||||
name = "accelerator laser cannon parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to transform a standard laser gun into an accelerator laser cannon."
|
||||
origin_tech = "combat=4;magnets=4;powerstorage=3"
|
||||
outcome = /obj/item/gun/energy/lasercannon
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/lwap
|
||||
name = "\improper lwap laser sniper parts kit"
|
||||
name = "lwap laser sniper parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to transform an laser gun into an advanced piercing laser sniper. Now with wall hacks!"
|
||||
origin_tech = "combat=6;magnets=6;powerstorage=4"
|
||||
outcome = /obj/item/gun/energy/lwap
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/plasma
|
||||
name = "\improper plasma pistol parts kit"
|
||||
name = "plasma pistol parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to transform a standard laser gun into a plasma pistol. Wort, wort, wort!"
|
||||
origin_tech = "combat=4;magnets=4;powerstorage=3"
|
||||
outcome = /obj/item/gun/energy/plasma_pistol
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/u_ionsilencer
|
||||
name = "\improper u-ion silencer parts kit"
|
||||
name = "u-ion silencer parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to transform a standard disabler into a silenced and lethal disabling weapon. Look officer, he has no wounds from me!"
|
||||
origin_tech = "combat=6;magnets=6;syndicate=2"
|
||||
outcome = /obj/item/gun/energy/disabler/silencer
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/universal_gun_kit
|
||||
name = "\improper universal self assembling gun parts kit"
|
||||
name = "universal self assembling gun parts kit"
|
||||
desc = "A suitcase containing the necessary gun parts to build a full gun, when combined with a gun kit. Use it directly on a gunkit to rapidly assemble it."
|
||||
icon_state = "syndicase"
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/universal_gun_kit/sol_gov
|
||||
name = "\improper sol gov universal self assembling gun parts kit"
|
||||
name = "sol gov universal self assembling gun parts kit"
|
||||
icon_state = "solcase" //Ikea reference pending.
|
||||
|
||||
/obj/item/weaponcrafting/gunkit/universal_gun_kit/afterattack(obj/item/weaponcrafting/gunkit/gunkit_to_use, mob/user, flag)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/mob/living/simple_animal/bot/honkbot
|
||||
name = "\improper honkbot"
|
||||
name = "honkbot"
|
||||
desc = "A little robot. It looks happy with its bike horn."
|
||||
icon = 'icons/obj/aibots.dmi'
|
||||
icon_state = "honkbot"
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
//Corgis and pugs are now under one dog subtype
|
||||
|
||||
/mob/living/simple_animal/pet/dog/corgi
|
||||
name = "\improper corgi"
|
||||
name = "corgi"
|
||||
real_name = "corgi"
|
||||
desc = "It's a corgi."
|
||||
icon_state = "corgi"
|
||||
@@ -632,7 +632,7 @@
|
||||
adjustBruteLoss(-maxHealth)
|
||||
|
||||
/mob/living/simple_animal/pet/dog/corgi/puppy
|
||||
name = "\improper corgi puppy"
|
||||
name = "corgi puppy"
|
||||
real_name = "corgi"
|
||||
desc = "It's a corgi puppy!"
|
||||
icon_state = "puppy"
|
||||
@@ -649,7 +649,7 @@
|
||||
|
||||
/// Tribute to the corgis born in nullspace
|
||||
/mob/living/simple_animal/pet/dog/corgi/puppy/void
|
||||
name = "\improper void puppy"
|
||||
name = "void puppy"
|
||||
real_name = "voidy"
|
||||
desc = "A corgi puppy that has been infused with deep space energy. It's staring back..."
|
||||
icon_state = "void_puppy"
|
||||
@@ -777,7 +777,7 @@
|
||||
///Pugs
|
||||
|
||||
/mob/living/simple_animal/pet/dog/pug
|
||||
name = "\improper pug"
|
||||
name = "pug"
|
||||
real_name = "pug"
|
||||
desc = "It's a pug."
|
||||
icon = 'icons/mob/pets.dmi'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//goat
|
||||
/mob/living/simple_animal/hostile/retaliate/goat
|
||||
name = "\improper goat"
|
||||
name = "goat"
|
||||
desc = "Not known for their pleasant disposition."
|
||||
icon_state = "goat"
|
||||
icon_living = "goat"
|
||||
@@ -109,7 +109,7 @@
|
||||
|
||||
//cow
|
||||
/mob/living/simple_animal/cow
|
||||
name = "\improper cow"
|
||||
name = "cow"
|
||||
desc = "Known for their milk, just don't tip them over."
|
||||
icon_state = "cow"
|
||||
icon_living = "cow"
|
||||
@@ -187,7 +187,7 @@
|
||||
return FALSE
|
||||
|
||||
/mob/living/simple_animal/chick
|
||||
name = "\improper chick"
|
||||
name = "chick"
|
||||
desc = "Adorable! They make such a racket though."
|
||||
icon_state = "chick"
|
||||
icon_living = "chick"
|
||||
@@ -241,7 +241,7 @@
|
||||
GLOBAL_VAR_INIT(chicken_count, 0)
|
||||
|
||||
/mob/living/simple_animal/chicken
|
||||
name = "\improper chicken"
|
||||
name = "chicken"
|
||||
desc = "Hopefully the eggs are good this season."
|
||||
gender = FEMALE
|
||||
mob_biotypes = MOB_ORGANIC | MOB_BEAST
|
||||
@@ -368,7 +368,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
|
||||
return FALSE
|
||||
|
||||
/mob/living/simple_animal/pig
|
||||
name = "\improper pig"
|
||||
name = "pig"
|
||||
desc = "Oink oink."
|
||||
icon_state = "pig"
|
||||
icon_living = "pig"
|
||||
@@ -394,7 +394,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
|
||||
footstep_type = FOOTSTEP_MOB_SHOE
|
||||
|
||||
/mob/living/simple_animal/turkey
|
||||
name = "\improper turkey"
|
||||
name = "turkey"
|
||||
desc = "Benjamin Franklin would be proud."
|
||||
icon_state = "turkey"
|
||||
icon_living = "turkey"
|
||||
@@ -419,7 +419,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
|
||||
footstep_type = FOOTSTEP_MOB_CLAW
|
||||
|
||||
/mob/living/simple_animal/goose
|
||||
name = "\improper goose"
|
||||
name = "goose"
|
||||
desc = "A pretty goose. Would make a nice comforter."
|
||||
icon_state = "goose"
|
||||
icon_living = "goose"
|
||||
@@ -444,7 +444,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
|
||||
footstep_type = FOOTSTEP_MOB_CLAW
|
||||
|
||||
/mob/living/simple_animal/seal
|
||||
name = "\improper seal"
|
||||
name = "seal"
|
||||
desc = "A beautiful white seal."
|
||||
icon_state = "seal"
|
||||
icon_living = "seal"
|
||||
@@ -469,7 +469,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
|
||||
blood_volume = BLOOD_VOLUME_NORMAL
|
||||
|
||||
/mob/living/simple_animal/walrus
|
||||
name = "\improper walrus"
|
||||
name = "walrus"
|
||||
desc = "A big brown walrus."
|
||||
icon_state = "walrus"
|
||||
icon_living = "walrus"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/mob/living/simple_animal/hostile/scarybat
|
||||
name = "\improper space bats"
|
||||
name = "space bats"
|
||||
desc = "A swarm of cute little blood sucking bats that looks pretty pissed."
|
||||
icon = 'icons/mob/bats.dmi'
|
||||
icon_state = "bat"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//*********//
|
||||
|
||||
/mob/living/simple_animal/hostile/panther
|
||||
name = "\improper panther"
|
||||
name = "panther"
|
||||
desc = "A long sleek, black cat with sharp teeth and claws."
|
||||
icon = 'icons/mob/alienqueen.dmi'
|
||||
icon_state = "panther"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/retaliate/carp
|
||||
name = "\improper sea carp"
|
||||
name = "sea carp"
|
||||
desc = "A large fish bearing similarities to a certain space-faring menace."
|
||||
icon = 'icons/mob/carp.dmi'
|
||||
icon_state = "carp"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/obj/item/stamp
|
||||
name = "\improper rubber stamp"
|
||||
name = "rubber stamp"
|
||||
desc = "A rubber stamp for stamping important documents."
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "stamp-ok"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#define RAD_COLLECTOR_OUTPUT min(stored_energy, (stored_energy * RAD_COLLECTOR_STORED_OUT) + 1000) //Produces at least 1000 watts if it has more than that stored
|
||||
|
||||
/obj/machinery/power/rad_collector
|
||||
name = "\improper radiation collector array"
|
||||
name = "radiation collector array"
|
||||
desc = "A device which uses Hawking Radiation and plasma to produce power."
|
||||
icon = 'icons/obj/singularity.dmi'
|
||||
icon_state = "ca"
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
/// Summoned by the Finger Gun spell, from advanced mimery traitor item
|
||||
/obj/item/gun/projectile/revolver/fingergun
|
||||
name = "\improper finger gun"
|
||||
name = "finger gun"
|
||||
desc = "Bang bang bang!"
|
||||
icon_state = "fingergun"
|
||||
force = 0
|
||||
|
||||
@@ -18,42 +18,42 @@
|
||||
|
||||
//Anomaly cores
|
||||
/obj/item/assembly/signaler/anomaly/pyro
|
||||
name = "\improper pyroclastic anomaly core"
|
||||
name = "pyroclastic anomaly core"
|
||||
desc = "The neutralized core of a pyroclastic anomaly. It feels warm to the touch. It'd probably be valuable for research."
|
||||
icon_state = "pyro_core"
|
||||
anomaly_type = /obj/effect/anomaly/pyro
|
||||
origin_tech = "plasmatech=7"
|
||||
|
||||
/obj/item/assembly/signaler/anomaly/cryo
|
||||
name = "\improper cryogenic anomaly core"
|
||||
name = "cryogenic anomaly core"
|
||||
desc = "The neutralized core of a cryogenic anomaly. Rime is forming on its cold surface. It'd probably be valuable for research."
|
||||
icon_state = "cryo_core"
|
||||
anomaly_type = /obj/effect/anomaly/cryo
|
||||
origin_tech = "biotech=7"
|
||||
|
||||
/obj/item/assembly/signaler/anomaly/grav
|
||||
name = "\improper gravitational anomaly core"
|
||||
name = "gravitational anomaly core"
|
||||
desc = "The neutralized core of a gravitational anomaly. It feels much heavier than it looks. It'd probably be valuable for research."
|
||||
icon_state = "grav_core"
|
||||
anomaly_type = /obj/effect/anomaly/grav
|
||||
origin_tech = "magnets=7"
|
||||
|
||||
/obj/item/assembly/signaler/anomaly/flux
|
||||
name = "\improper flux anomaly core"
|
||||
name = "flux anomaly core"
|
||||
desc = "The neutralized core of a flux anomaly. Touching it makes your skin tingle. It'd probably be valuable for research."
|
||||
icon_state = "flux_core"
|
||||
anomaly_type = /obj/effect/anomaly/flux
|
||||
origin_tech = "powerstorage=7"
|
||||
|
||||
/obj/item/assembly/signaler/anomaly/bluespace
|
||||
name = "\improper bluespace anomaly core"
|
||||
name = "bluespace anomaly core"
|
||||
desc = "The neutralized core of a bluespace anomaly. It keeps phasing in and out of view. It'd probably be valuable for research."
|
||||
icon_state = "anomaly_core"
|
||||
anomaly_type = /obj/effect/anomaly/bluespace
|
||||
origin_tech = "bluespace=7"
|
||||
|
||||
/obj/item/assembly/signaler/anomaly/vortex
|
||||
name = "\improper vortex anomaly core"
|
||||
name = "vortex anomaly core"
|
||||
desc = "The neutralized core of a vortex anomaly. It won't sit still, as if some invisible force is acting on it. It'd probably be valuable for research."
|
||||
icon_state = "vortex_core"
|
||||
anomaly_type = /obj/effect/anomaly/bhole
|
||||
|
||||
Reference in New Issue
Block a user