Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into Decal_painter
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrer committed Nov 25, 2024
2 parents 21d06e1 + 09830b2 commit b631a9d
Show file tree
Hide file tree
Showing 147 changed files with 5,468 additions and 4,678 deletions.
1 change: 1 addition & 0 deletions SQL/paradise_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ CREATE TABLE `player` (
`default_slot` smallint(4) DEFAULT '1',
`toggles` int(11) DEFAULT NULL,
`toggles_2` int(11) DEFAULT NULL,
`toggles_3` int(11) DEFAULT NULL,
`sound` mediumint(8) DEFAULT '31',
`light` MEDIUMINT(3) NOT NULL DEFAULT '7',
`glowlevel` TINYINT(1) NOT NULL DEFAULT '1',
Expand Down
4 changes: 4 additions & 0 deletions SQL/updates/61-62.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Updating the SQL from version 61 to version 12. -AffectedArc07
# Adds a new bitflag column for toggles

ALTER TABLE `player` ADD COLUMN `toggles_3` INT NULL DEFAULT NULL AFTER `toggles_2`;
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
/turf/simulated/floor/wood,
/area/ruin/powered/snow_cabin)
"aL" = (
/obj/mecha/working/ripley/mining,
/obj/mecha/working/ripley/mining/old,
/turf/simulated/floor/wood,
/area/ruin/powered/snow_cabin)
"aM" = (
Expand Down
Loading

0 comments on commit b631a9d

Please sign in to comment.