mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
Fix Travis grep script to use PCRE to actually match things (#47065)
Several of the greps were missing the `-P` switch which caused them to fail to match things. The EOL grep also wasn't working right so I replaced it with the one I added to TGMC.
This commit is contained in:
committed by
Tad Hardesty
parent
9aac0ab34e
commit
4e8ff18b07
@@ -10,4 +10,4 @@
|
||||
new /obj/item/radio/headset/headset_srv(src)
|
||||
new /obj/item/cultivator(src)
|
||||
new /obj/item/hatchet(src)
|
||||
new /obj/item/storage/box/disks_plantgene(src)
|
||||
new /obj/item/storage/box/disks_plantgene(src)
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
max_integrity = 250
|
||||
armor = list("melee" = 30, "bullet" = 50, "laser" = 50, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 80, "acid" = 80)
|
||||
secure = TRUE
|
||||
damage_deflection = 20
|
||||
damage_deflection = 20
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
if(tank)
|
||||
return tank.return_analyzable_air()
|
||||
else
|
||||
return null
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user