mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
trailing newlines
This commit is contained in:
@@ -181,4 +181,4 @@
|
||||
name = "Wizard Plasmaman"
|
||||
|
||||
head = /obj/item/clothing/head/helmet/space/plasmaman/wizard
|
||||
uniform = /obj/item/clothing/under/plasmaman/wizard
|
||||
uniform = /obj/item/clothing/under/plasmaman/wizard
|
||||
|
||||
@@ -130,4 +130,4 @@
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/suit/wizrobe/black(H), slot_wear_suit)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/head/wizard/black(H), slot_head)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H), slot_shoes)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/under/color/black(H), slot_w_uniform)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/under/color/black(H), slot_w_uniform)
|
||||
|
||||
@@ -68,4 +68,4 @@
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/det_suit(H), slot_wear_suit)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/combat(H), slot_shoes)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat(H), slot_gloves)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/under/syndicate(H), slot_w_uniform)
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/under/syndicate(H), slot_w_uniform)
|
||||
|
||||
@@ -104,4 +104,4 @@
|
||||
|
||||
smoke.start()
|
||||
src.uses -= 1
|
||||
user.update_action_buttons_icon() //Update action buttons as some spells might now be castable
|
||||
user.update_action_buttons_icon() //Update action buttons as some spells might now be castable
|
||||
|
||||
@@ -269,4 +269,4 @@
|
||||
permeability_coefficient = 0.01
|
||||
armor = list("melee" = 30, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 20, "bio" = 20, "rad" = 20, "fire" = 100, "acid" = 100)
|
||||
resistance_flags = FIRE_PROOF | ACID_PROOF
|
||||
magical = TRUE
|
||||
magical = TRUE
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
desc = "An envirosuit for plasmamen designed by the Wizard Federation. Still not spaceworthy..."
|
||||
icon_state = "wizard_envirosuit"
|
||||
item_state = "wizard_envirosuit"
|
||||
item_color = "wizard_envirosuit"
|
||||
item_color = "wizard_envirosuit"
|
||||
|
||||
@@ -1670,4 +1670,4 @@
|
||||
item_state = "kikeridress"
|
||||
item_color = "kikeridress"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
||||
species_restricted = list("Vox")
|
||||
species_restricted = list("Vox")
|
||||
|
||||
Reference in New Issue
Block a user