mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
Update drone_unify.dm
This commit is contained in:
@@ -23,17 +23,9 @@
|
||||
|
||||
holder_type = /obj/item/weapon/holder/drone
|
||||
//var/selected_icon = null //Can be compared to "Wideborg" will tell us in the future if we ar eusing non standardized icon.
|
||||
var/global/list/possible_chassis = list(
|
||||
"Maintenance" = "repairbot",
|
||||
"Mining" = "miningdrone",
|
||||
"Construction" = "constructiondrone",
|
||||
"White Spider" = "whitespider",
|
||||
"Crawler" = "crawler",
|
||||
"Gravekeeper" = "drone-gravekeeper",
|
||||
"Egg" = "peaceborg",
|
||||
"Ball" = "omoikane",
|
||||
) //This list populates the drone sprite selection, Left side is Displayed names, Right side is icon_state names.
|
||||
//TODO: Find someone willing to sell their soul to actively document the PX offset for each of these for hatcode
|
||||
possible_chassis += "PROTOTYPE" = "miningdrone"
|
||||
//This list populates the drone sprite selection, Left side is Displayed names, Right side is icon_state names.
|
||||
//TODO: Find someone willing to sell their soul to actively document the PX offset for each of these for hatcode
|
||||
////////////////////////////////////////
|
||||
//DRONE MODULES
|
||||
////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user