Skip to content

Commit

Permalink
City updates (#1412)
Browse files Browse the repository at this point in the history
Distortion system

Update items.dm

Update items.dm

Update city_events.dm

distortion system

Update items.dm

Update city.dmm

adds lantern

Update machines.dm

Update city.dmm

Update city.dmm

asd

Update city_events.dm

Revert "Distortion system"

This reverts commit 417f3f7.
  • Loading branch information
Kitsunemitsu authored Sep 30, 2023
1 parent d3cfdba commit 0d3d8a6
Show file tree
Hide file tree
Showing 8 changed files with 1,761 additions and 1,572 deletions.
Binary file modified ModularTegustation/Teguicons/32x32.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/48x64.dmi
Binary file not shown.
4 changes: 4 additions & 0 deletions ModularTegustation/tegu_items/associations/cityspawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@
/obj/effect/landmark/syndicatebase
name = "syndicate base landmark"
icon_state = "x"

/obj/effect/landmark/distortion
name = "distortion landmark"
icon_state = "x"
2 changes: 0 additions & 2 deletions ModularTegustation/tegu_items/associations/machines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@
if(spawntype)
new spawntype (get_turf(src))
qdel(I)
if(prob(5))
new /obj/structure/lootcrate/tres (get_turf(src))
return TRUE

/obj/structure/potential
Expand Down
Loading

0 comments on commit 0d3d8a6

Please sign in to comment.