mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
[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:
@@ -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!"
|
||||
Reference in New Issue
Block a user