mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
anomaly lab is finished (with a slight remap). some minor remaining todos (sprites), TODO: ?
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -10,15 +10,15 @@
|
|||||||
|
|
||||||
/obj/item/weapon/pickaxe/hand_pick
|
/obj/item/weapon/pickaxe/hand_pick
|
||||||
name = "hand pick"
|
name = "hand pick"
|
||||||
icon_state = "excavation"
|
//icon_state = "excavation"
|
||||||
item_state = "minipick"
|
//item_state = "minipick"
|
||||||
digspeed = 50
|
digspeed = 50
|
||||||
desc = "A smaller, more precise version of the pickaxe."
|
desc = "A smaller, more precise version of the pickaxe."
|
||||||
|
|
||||||
/obj/item/weapon/pickaxe/mini_pick
|
/obj/item/weapon/pickaxe/mini_pick
|
||||||
name = "mini pick"
|
name = "mini pick"
|
||||||
icon_state = "excavation"
|
//icon_state = "excavation"
|
||||||
item_state = "minipick"
|
//item_state = "minipick"
|
||||||
digspeed = 60
|
digspeed = 60
|
||||||
desc = "A miniature excavation tool for precise digging around delicate finds."
|
desc = "A miniature excavation tool for precise digging around delicate finds."
|
||||||
|
|
||||||
|
|||||||
@@ -51,3 +51,17 @@
|
|||||||
P.stamped = list(/obj/item/weapon/stamp/rd)
|
P.stamped = list(/obj/item/weapon/stamp/rd)
|
||||||
P.overlays = list("paper_stamped_rd")
|
P.overlays = list("paper_stamped_rd")
|
||||||
src.contents += P
|
src.contents += P
|
||||||
|
|
||||||
|
//Anomaly
|
||||||
|
|
||||||
|
/area/anomaly
|
||||||
|
icon_state = "anomaly"
|
||||||
|
|
||||||
|
/area/anomaly/hallway
|
||||||
|
name = "Anomaly Hallway"
|
||||||
|
|
||||||
|
/area/anomaly/lab
|
||||||
|
name = "Anomaly Lab"
|
||||||
|
|
||||||
|
/area/anomaly/outpost
|
||||||
|
name = "Research Outpost"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user