[READY] CI now bans files with the same name (#20195)

* CI now bans files with the same name

* Part 1

* Warriorstar python tweaks

* Part Deux

* Fix unticked

* fix
This commit is contained in:
AffectedArc07
2023-02-04 16:33:41 -06:00
committed by GitHub
parent ad39280bcf
commit b34e8fa301
312 changed files with 336 additions and 318 deletions
+1
View File
@@ -5,6 +5,7 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
name = "item"
icon = 'icons/obj/items.dmi'
blocks_emissive = EMISSIVE_BLOCK_GENERIC
mouse_drag_pointer = MOUSE_ACTIVE_POINTER
move_resist = null // Set in the Initialise depending on the item size. Unless it's overriden by a specific item
var/discrete = 0 // used in item_attack.dm to make an item not show an attack message to viewers
@@ -1,15 +1,3 @@
//MISC items
//These items don't belong anywhere else, so they have this file.
//Current contents:
/*
mouse_drag_pointer
Beach Ball
petcollar
*/
/obj/item/mouse_drag_pointer = MOUSE_ACTIVE_POINTER
/obj/item/petcollar
name = "pet collar"
desc = "The latest fashion accessory for your favorite pets!"